We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518fc2c commit c37bd88Copy full SHA for c37bd88
1 file changed
main.go
@@ -343,8 +343,8 @@ type Server struct {
343
}
344
345
const (
346
- // Grace period for reconnection (5 minutes)
347
- ReconnectGracePeriod = 5 * time.Minute
+ // Grace period for reconnection (increased from 5 to 15 minutes for better recovery)
+ ReconnectGracePeriod = 15 * time.Minute
348
// How often to clean up expired sessions
349
SessionCleanupInterval = 1 * time.Minute
350
// Security limits
0 commit comments