Constant matrix_sdk_common::store_locks::MAX_BACKOFF_MS

source ·
pub const MAX_BACKOFF_MS: u32 = 1000;
Expand description

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