Commit be410b9
fix: increase stream idle timeout from 90s to 5 minutes
The 90s stream-idle timer was firing during legitimate long-running
agent turns (browser navigation, complex tool chains). Backend already
sends heartbeats every 30s to keep the connection alive, so the idle
timer just needs to be generous enough for edge cases where heartbeats
are delayed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d7829a1 commit be410b9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments