Skip to content

Commit ed93f7d

Browse files
author
sachin-maheshwari
authored
Merge pull request #1339 from topcoder-platform/hot-fix-jira-vuln-2333
fixing config issue
2 parents f01ab3f + 2d50ec6 commit ed93f7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/constants/production.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,7 @@ module.exports = {
3939
FILE_PICKER_API_KEY: process.env.FILE_PICKER_API_KEY,
4040
FILE_PICKER_CONTAINER_NAME: 'tc-challenge-v5-prod',
4141
FILE_PICKER_REGION: 'us-east-1',
42-
FILE_PICKER_CNAME: 'fs.topcoder.com'
42+
FILE_PICKER_CNAME: 'fs.topcoder.com',
43+
IDLE_TIMEOUT_MINUTES: 10,
44+
IDLE_TIMEOUT_GRACE_MINUTES: 5
4345
}

0 commit comments

Comments
 (0)