1234567891011121314151617 |
- Configuration Variables for websocket
- =====================================
- [ this file is autogenerated, do not edit ]
- 1. websocket.keepalive_timeout
- Time (in seconds) after which to send a keep-alive on idle
- WebSocket connections..
- Default: 180.
- Type: integer.
- 2. websocket.enabled
- Shows whether WebSockets are enabled or not..
- Default: 1.
- Type: integer.
|