Constant MAX_BACKOFF_MS
pub const MAX_BACKOFF_MS: u32 = 1000; // 1_000u32Expand description
Maximal backoff, in milliseconds. This is the maximum amount of time we’ll wait for the lock, between two attempts.
pub const MAX_BACKOFF_MS: u32 = 1000; // 1_000u32Maximal backoff, in milliseconds. This is the maximum amount of time we’ll wait for the lock, between two attempts.