Bump keepalive to 60s

This commit is contained in:
lilia 2015-03-10 18:08:51 -07:00
parent cd91a47a3a
commit 7e5e558ad5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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