Keep Dosh alive across stale UDP reconnects
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-13 10:20:03 -04:00
parent 93374162ff
commit 80166eae15
5 changed files with 161 additions and 67 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ impl Default for ServerConfig {
auth_ttl_secs: 30,
attach_ticket_ttl_secs: 3600,
allow_attach_tickets: true,
client_timeout_secs: 30,
client_timeout_secs: 86400,
retransmit_window: 256,
default_input_mode: "read-write".to_string(),
prewarm_sessions: vec!["default".to_string()],