Bump keepalive to 60s
This commit is contained in:
@@ -15927,7 +15927,7 @@ window.axolotl.sessions = {
|
||||
);
|
||||
|
||||
resetKeepAliveTimer();
|
||||
}, 15000);
|
||||
}, 60000);
|
||||
};
|
||||
|
||||
function onclose(e) {
|
||||
|
@@ -47,7 +47,7 @@
|
||||
);
|
||||
|
||||
resetKeepAliveTimer();
|
||||
}, 15000);
|
||||
}, 60000);
|
||||
};
|
||||
|
||||
function onclose(e) {
|
||||
|
Reference in New Issue
Block a user