You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`websocket_inactivity_timeout`**- Close WebSocket after period of inactivity in milliseconds (default: `300000`=5 minutes). Heartbeats do not count as activity. Set to `0` to disable timeout. Connection automatically reconnects when needed.
915
+
-**`websocket_heartbeat_interval`**- Interval for heartbeat/keep-alive checks in milliseconds (default: `30000`=30 seconds). Also determines how frequently inactivity timeout is checked.
914
916
-**`websocket_allowed_origins`**- List of allowed origins for WebSocket connections (security)
0 commit comments