Skip to content

Commit 69e8b30

Browse files
Merge pull request #1763 from topcoder-platform/change-interval-for-getCommunitiesList
Change the time period on groups refreshes
2 parents 036af91 + 91ef7fd commit 69e8b30

File tree

6 files changed

+8745
-10542
lines changed

6 files changed

+8745
-10542
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module.exports = {
146146
/* Information about Topcoder user groups can be cached in various places.
147147
* This value [seconds] specifies the maximum age after which a group data
148148
* object should be considered outdated, and updated as soon as possible. */
149-
USER_GROUP_MAXAGE: 600,
149+
USER_GROUP_MAXAGE: 24 * 60 * 60 * 1000,
150150

151151
/* Filestack configuration for uploading Submissions
152152
* These are for the development back end */

0 commit comments

Comments
 (0)