MAX_BACKOFF_DELAY_MS

Constant MAX_BACKOFF_DELAY_MS 

Source
pub const MAX_BACKOFF_DELAY_MS: u64 = 500;
Expand description

Maximum backoff delay for exponential backoff (500ms).

Exponential backoff delays are capped at this value to prevent excessive wait times during retry operations.