pub const FSYNC_LATENCY_DEFAULT_AVG_US: u64 = 1_000_000;
Default average fsync latency estimate for FsyncLatencyTracker (microseconds). Corresponds to 1 second – conservative initial estimate for cold starts.
FsyncLatencyTracker