mirror of
https://github.com/Akkadius/glass-isc-dhcp.git
synced 2025-07-29 00:25:16 +02:00
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…
x
Reference in New Issue
Block a user