Skip to main content

FSYNC_LATENCY_DEFAULT_DEVIATION_US

Constant FSYNC_LATENCY_DEFAULT_DEVIATION_US 

Source
pub const FSYNC_LATENCY_DEFAULT_DEVIATION_US: u64 = 500_000;
Expand description

Default fsync latency deviation for FsyncLatencyTracker (microseconds). Used in adaptive timeout calculation: timeout = avg + 4 x deviation.