1
0
forked from wrenn/wrenn

Remove PTY inactivity timeout to keep terminal sessions alive indefinitely

Sessions now only end on process exit or explicit kill, not idle time.
The keepalive ping every 30s remains to prevent network-level disconnects.
This commit is contained in:
2026-04-15 18:31:48 +06:00
parent 5b4fde055c
commit 5f877afb9e
2 changed files with 0 additions and 40 deletions

View File

@ -1386,7 +1386,6 @@ paths:
PTY data (input and output) is base64-encoded because it contains raw
terminal bytes (escape sequences, control codes) that are not valid UTF-8.
Sessions have a 120-second inactivity timeout (reset on input/resize).
Sessions persist across WebSocket disconnections — the process keeps
running in the capsule. Use the `tag` from the "started" response to
reconnect later.