mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
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();
|
resetKeepAliveTimer();
|
||||||
}, 15000);
|
}, 60000);
|
||||||
};
|
};
|
||||||
|
|
||||||
function onclose(e) {
|
function onclose(e) {
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
resetKeepAliveTimer();
|
resetKeepAliveTimer();
|
||||||
}, 15000);
|
}, 60000);
|
||||||
};
|
};
|
||||||
|
|
||||||
function onclose(e) {
|
function onclose(e) {
|
||||||
|
|
Loading…
Reference in a new issue