diff --git a/app.js b/app.js index 1f328a5..90575d9 100644 --- a/app.js +++ b/app.js @@ -471,7 +471,7 @@ function stale_connections_audit() { /* Keepalive - kill stale connections (30s poll) */ const interval = setInterval(function ping() { stale_connections_audit(); -}, 3000); +}, 30000); var socket_clients = 0;