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(core): bump stream stall watchdog default to 5 min (#155)
Long agentic turns (parallel subagent dispatch, deep mid-stream planning
pauses) were tripping the 90 s per-chunk idle watchdog and surfacing as
"Stream stalled: no data received for 90s" even on healthy connections.
Bump the default to 300 s — still catches genuine frozen connections,
but gives legitimate slow-but-steady streams the headroom they need.
PROTO_STREAM_STALL_TIMEOUT_MS env override unchanged.
Co-authored-by: Automaker <automaker@localhost>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|`PROTO_STREAM_STALL_TIMEOUT_MS`|`90000`| Max ms to wait between streaming chunks before the stall watchdog fires (throws a retryable error). Increase if complex agentic responses are hitting the limit. |
90
-
|`PROTO_SYSTEM_DEFAULTS_PATH`| — | Override path to the system defaults settings file |
91
-
|`PROTO_SYSTEM_SETTINGS_PATH`| — | Override path to the system settings override file |
|`PROTO_STREAM_STALL_TIMEOUT_MS`|`300000`| Max ms to wait between streaming chunks before the stall watchdog fires (throws a retryable error). Increase if complex agentic responses are hitting the limit. |
90
+
|`PROTO_SYSTEM_DEFAULTS_PATH`| — | Override path to the system defaults settings file |
91
+
|`PROTO_SYSTEM_SETTINGS_PATH`| — | Override path to the system settings override file |
0 commit comments