Commit ccf112f
fix: reduce timeout detection to 5 seconds for faster user feedback
- Changed from 30s to 5s timeout for amber indicator
- Users see 502 errors almost instantly, 30s was too long
- 5 seconds is enough to avoid false positives during normal load
- But quick enough to guide users when there's an actual 502
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 5d7cc0e commit ccf112f
File tree
1 file changed
+2
-2
lines changed- apps/web/client/src/app/project/[id]/_components/bottom-bar
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments