mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Server keepalive from 1 min to 2 min
This commit is contained in:
parent
ec5974cad1
commit
a516752b2b
|
|
@ -42,7 +42,7 @@ class WebSocket {
|
||||||
ws.ping();
|
ws.ping();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, 60 * 1000);
|
}, 2 * 60 * 1000);
|
||||||
|
|
||||||
this.wss = new WS.Server({ noServer: true });
|
this.wss = new WS.Server({ noServer: true });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue