1 parent 8fd9274 commit a2758ebCopy full SHA for a2758eb
1 file changed
docs/server.md
@@ -164,7 +164,10 @@ Key features:
164
165
- Efficient bidirectional HTTP communication
166
- Session management for multiple client connections
167
- - Configurable keep-alive intervals
+ - Keep-alive pings on sessions with an open stream, enabled by default every 30 minutes
168
+ (`keepAliveInterval`, `null` to disable)
169
+ - Eviction of idle sessions — no open stream and no request for a full interval — every
170
+ 30 minutes by default (`sessionSweepInterval`, `null` to keep sessions until deleted)
171
- Security validation support
172
- Graceful shutdown support
173
0 commit comments