STARTING_BACKOFF_DELAY_MS

Constant STARTING_BACKOFF_DELAY_MS 

Source
pub const STARTING_BACKOFF_DELAY_MS: u64 = 10;
Expand description

Starting delay for exponential backoff (10ms).

This is the initial delay used in exponential backoff calculations, which doubles on each retry attempt.