Skip to content

Commit

Permalink
Restored polling interval #3264
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jul 29, 2024
1 parent d44e960 commit a4b6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/assets/javascripts/base-bs4.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function setupTimeoutWarning(options) {
var $loginButton = $(options.loginButtonSelector);

// Set up a timer that will periodically poll the server to keep the session alive
var intervalSeconds = 5 //* 60;
var intervalSeconds = 5 * 60;

function fireKeepAlive() {
$.ajax(options.keepSessionAliveUrl).fail(function (xhr) {
Expand Down

0 comments on commit a4b6c93

Please sign in to comment.