Skip to main content

FSYNC_LATENCY_MAX_US

Constant FSYNC_LATENCY_MAX_US 

Source
pub const FSYNC_LATENCY_MAX_US: u64 = 30_000_000;
Expand description

Maximum fsync latency estimate after timeout doubling (microseconds). Caps record_timeout() to prevent runaway growth (30 seconds).