Increase stale connections audit timer again
This commit is contained in:
parent
279e3ed5bd
commit
8d91e033f2
2
app.js
2
app.js
|
@ -471,7 +471,7 @@ function stale_connections_audit() {
|
||||||
/* Keepalive - kill stale connections (30s poll) */
|
/* Keepalive - kill stale connections (30s poll) */
|
||||||
const interval = setInterval(function ping() {
|
const interval = setInterval(function ping() {
|
||||||
stale_connections_audit();
|
stale_connections_audit();
|
||||||
}, 3000);
|
}, 30000);
|
||||||
|
|
||||||
var socket_clients = 0;
|
var socket_clients = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue