pub const UPDATE_CHECK_TIMEOUT_SECS: u64 = 5;Expand description
Default timeout for the release check. Short on purpose — this is a convenience,
and a user waiting on a hung socket is worse than not knowing. Override with
devp config set update_check_timeout_secs when a proxy needs longer.