Skip to content

Commit 2572485

Browse files
author
sachin-maheshwari
authored
Merge pull request #95 from topcoder-platform/dev
reducing token checking time
2 parents 138f39c + bf31e02 commit 2572485

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)