Constant cargo::util::network::retry::INITIAL_RETRY_JITTER_MS

source ยท
const INITIAL_RETRY_JITTER_MS: u64 = 1000;
Expand description

The maximum amount of additional time the initial retry will take (milliseconds).

The initial delay will be INITIAL_RETRY_SLEEP_BASE_MS plus a random range from 0 to this value.