Increase to 60s before the session ends (be less optimistic)

This commit is contained in:
Flavio Copes
2015-09-14 16:13:13 +02:00
parent cfeb350c8b
commit 026a7934c6

View File

@@ -521,6 +521,6 @@ $(function () {
// Keep-alive // Keep-alive
setInterval(function() { setInterval(function() {
keepAlive(); keepAlive();
}, GravAdmin.config.admin_timeout*1000 - 5*1000); //Call keepAlive() 5s before the admin session timeout }, GravAdmin.config.admin_timeout*1000 - 60*1000); //Call keepAlive() 60s before the admin session timeouts
}); });