Skip to main content

STREAM_HEARTBEAT_SECS

Constant STREAM_HEARTBEAT_SECS 

Source
pub const STREAM_HEARTBEAT_SECS: u64 = 30;
Expand description

Heartbeat interval for /v1/graph/stream. Fires unconditionally every 30 seconds — easier to reason about than “fire 30s after the last event”, and keeps proxies happy without code that races a reset on every invalidate.