Bump keepalive to 60s
This commit is contained in:
parent
cd91a47a3a
commit
7e5e558ad5
2 changed files with 2 additions and 2 deletions
|
@ -15927,7 +15927,7 @@ window.axolotl.sessions = {
|
|||
);
|
||||
|
||||
resetKeepAliveTimer();
|
||||
}, 15000);
|
||||
}, 60000);
|
||||
};
|
||||
|
||||
function onclose(e) {
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
);
|
||||
|
||||
resetKeepAliveTimer();
|
||||
}, 15000);
|
||||
}, 60000);
|
||||
};
|
||||
|
||||
function onclose(e) {
|
||||
|
|
Loading…
Reference in a new issue