Shorten keep alive interval. Closes #97

pull/749/head
lilia 11 years ago
parent 46ec7c966f
commit 2ba88bd13a

@ -36,7 +36,7 @@
keepAliveTimer = setTimeout(function() {
socket.send(JSON.stringify({type: 1, id: 0}));
resetKeepAliveTimer();
}, 50000);
}, 15000);
};
function reconnect(e) {

Loading…
Cancel
Save