Bump keepalive to 60s

pull/749/head
lilia 10 years ago
parent cd91a47a3a
commit 7e5e558ad5

@ -15927,7 +15927,7 @@ window.axolotl.sessions = {
); );
resetKeepAliveTimer(); resetKeepAliveTimer();
}, 15000); }, 60000);
}; };
function onclose(e) { function onclose(e) {

@ -47,7 +47,7 @@
); );
resetKeepAliveTimer(); resetKeepAliveTimer();
}, 15000); }, 60000);
}; };
function onclose(e) { function onclose(e) {

Loading…
Cancel
Save