Skip to main content

UPDATE_DOWNLOAD_TIMEOUT_SECS

Constant UPDATE_DOWNLOAD_TIMEOUT_SECS 

Source
pub const UPDATE_DOWNLOAD_TIMEOUT_SECS: u64 = 300;
Expand description

Timeout for downloading a release binary in devp update --install.

Far longer than UPDATE_CHECK_TIMEOUT_SECS, which only reads a few hundred bytes of JSON: this pulls several megabytes, and a slow connection is not an error.