Skip to content

Commit

Permalink
#401 Main site timeout notification - warn at 20 min
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Jul 24, 2023
1 parent b2e2ce0 commit a6d4906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pre/RefreshAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (mmgisglobal.SERVER == 'node' && mmgisglobal.AUTH == 'csso') {

mmgisglobal.lastInteraction = Math.floor(Date.now() / 1000)
var _refreshAuth_checkEvery = 60000 * 10 //milliseconds
var _refreshAuth_expiringLessThan = 60 * 11 //seconds
var _refreshAuth_expiringLessThan = 60 * 20 //seconds
var _refreshAuth_interactedPast = 60000 * 30 //milliseconds

function ssorefresh() {
Expand Down

0 comments on commit a6d4906

Please sign in to comment.