Skip to content

Commit bf31e02

Browse files
author
Sachin Maheshwari
committed
reducing token checking time
1 parent 1f8ea3b commit bf31e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const authSetup = function () {
3131
const tcJWTCookie = 'tcjwt';
3232
const tcSSOCookie = 'tcsso';
3333
const cookieExpireIn = 12 * 60; // 12 hrs
34-
const refreshTokenInterval = 60000; // in milliseconds
34+
const refreshTokenInterval = 30000; // in milliseconds
3535
const refreshTokenOffset = 65; // in seconds
3636
const shouldLogout = qs['logout'];
3737
const regSource = qs['regSource'];

0 commit comments

Comments
 (0)