Shorten keep alive interval. Closes #97
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
keepAliveTimer = setTimeout(function() {
|
keepAliveTimer = setTimeout(function() {
|
||||||
socket.send(JSON.stringify({type: 1, id: 0}));
|
socket.send(JSON.stringify({type: 1, id: 0}));
|
||||||
resetKeepAliveTimer();
|
resetKeepAliveTimer();
|
||||||
}, 50000);
|
}, 15000);
|
||||||
};
|
};
|
||||||
|
|
||||||
function reconnect(e) {
|
function reconnect(e) {
|
||||||
|
Reference in New Issue
Block a user