mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -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();
|
||||
}
|
||||
});
|
||||
}, 60 * 1000);
|
||||
}, 2 * 60 * 1000);
|
||||
|
||||
this.wss = new WS.Server({ noServer: true });
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue