Constant cargo::util::network::retry::INITIAL_RETRY_SLEEP_BASE_MS

source ยท
const INITIAL_RETRY_SLEEP_BASE_MS: u64 = 500;
Expand description

The minimum initial amount of time a retry will be delayed (milliseconds).

The actual amount of time will be a random value above this.