Skip to content

Commit 23b4909

Browse files
committed
update idle timeout duration
1 parent 4dd155e commit 23b4909

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/constants/development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
FILE_PICKER_REGION: 'us-east-1',
4242
FILE_PICKER_CNAME: 'fs.topcoder.com',
4343
// if idle for this many minutes, show user a prompt saying they'll be logged out
44-
IDLE_TIMEOUT_MINUTES: 1,
44+
IDLE_TIMEOUT_MINUTES: 10,
4545
// duration to show the prompt saying user will be logged out, before actually logging out the user
46-
IDLE_TIMEOUT_GRACE_MINUTES: 1
46+
IDLE_TIMEOUT_GRACE_MINUTES: 5
4747
}

0 commit comments

Comments
 (0)