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.
const INITIAL_RETRY_JITTER_MS: u64 = 1000;
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.