feat: Enhance WebSocket connection reliability with client-side retry/timeout and faster pings, and disable dashboard caching.

This commit is contained in:
sebseb7
2026-01-18 21:06:58 -05:00
parent 6061567871
commit 75a4d1cbc0
2 changed files with 46 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ const interval = setInterval(() => {
ws.isAlive = false;
ws.ping();
});
}, 30000);
}, 10000);
wss.on('close', () => {
clearInterval(interval);