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
fix: improve sandbox reliability under concurrent and long-lived workloads
- Apply SQLite WAL mode, busy_timeout, and foreign_keys via
SqliteConnectOptions so every pool connection gets the PRAGMAs,
not just the first (fixes SQLITE_BUSY under concurrent access)
- Don't consider sandboxes idle while exec sessions are active
- Enable TCP keepalive on all upstream proxy connections to prevent
NATs/firewalls from dropping idle SSE/streaming flows
- Wrap smoltcp poll thread in catch_unwind to log panics instead of
silently killing all guest networking
- Log a warning when the connection limit is hit and a SYN is dropped
0 commit comments