Skip to content

Commit b82f8c3

Browse files
authored
Merge branch 'dev' into work-period-automation
2 parents 04af7f1 + e66100c commit b82f8c3

File tree

5 files changed

+898
-70
lines changed

5 files changed

+898
-70
lines changed

config/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ module.exports = {
176176
ROLE_MATCHING_RATE: process.env.ROLE_MATCHING_RATE || 0.70,
177177
// member groups representing Wipro or TopCoder employee
178178
INTERNAL_MEMBER_GROUPS: process.env.INTERNAL_MEMBER_GROUPS || ['20000000', '20000001', '20000003', '20000010', '20000015'],
179+
// Topcoder skills cache time in minutes
180+
TOPCODER_SKILLS_CACHE_TIME: process.env.TOPCODER_SKILLS_CACHE_TIME || 60,
179181
// payment scheduler config
180182
PAYMENT_PROCESSING: {
181183
// switch off actual API calls in Payment Scheduler

0 commit comments

Comments
 (0)