pub const MAX_RETRY_SLEEP_MS: u64 = 1000;
Expand description
The maximum duration the retry thread may be configured to sleep before processing the transactions that need to be retried.
pub const MAX_RETRY_SLEEP_MS: u64 = 1000;
The maximum duration the retry thread may be configured to sleep before processing the transactions that need to be retried.