We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e696b04 commit 1696de1Copy full SHA for 1696de1
config/constants/development.js
@@ -41,7 +41,7 @@ module.exports = {
41
FILE_PICKER_REGION: 'us-east-1',
42
FILE_PICKER_CNAME: 'fs.topcoder.com',
43
// if idle for this many minutes, show user a prompt saying they'll be logged out
44
- IDLE_TIMEOUT_MINUTES: 1,
+ IDLE_TIMEOUT_MINUTES: 10,
45
// duration to show the prompt saying user will be logged out, before actually logging out the user
46
- IDLE_TIMEOUT_GRACE_MINUTES: 1
+ IDLE_TIMEOUT_GRACE_MINUTES: 5
47
}
0 commit comments