pub const MAX_BACKOFF_MS: u32 = 1000; // 1_000u32
Expand description

Maximal backoff, in milliseconds. This is the maximum amount of time we’ll wait for the lock, between two attempts.