Skip to content

Commit 639bfd9

Browse files
author
Sachin Maheshwari
committed
production conf issue
1 parent 1efc162 commit 639bfd9

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)