Commit f20e89e
fix: disable WebSocket reconnection loops that consume app performance
- Commented out initializeWebSocket() in app.js to stop infinite WebSocket connection attempts
- WebSocket endpoints (/ws/status, /ws/export) return 501 Not Implemented but client was trying to reconnect every 5 seconds
- This was causing performance issues with continuous failed connection attempts to ws://192.168.1.24:8089/ws/status
- WebSocket functionality can be re-enabled when server-side implementation is added
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7d79327 commit f20e89e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments