Constant GATEWAY_WEBSOCKET_PING_INTERVAL_MAX_SECS
pub const GATEWAY_WEBSOCKET_PING_INTERVAL_MAX_SECS: u64 = 86_400;Expand description
Longest supported dashboard WebSocket keepalive interval.
Longer periods do not protect typical intermediary idle deadlines, while this bound keeps timer construction portable across supported targets.