Skip to main content

READ_MARKER_TOUCH_INTERVAL_MS

Constant READ_MARKER_TOUCH_INTERVAL_MS 

Source
pub const READ_MARKER_TOUCH_INTERVAL_MS: u64 = fs_lock::HEARTBEAT_INTERVAL_MS; // 5_000u64
Expand description

Read-marker heartbeats refresh no more often than the filesystem lock heartbeat. Active readers piggyback this on normal read paths instead of spawning a thread per connection.