Skip to content

Commit dfc5e68

Browse files
Merge pull request #5715 from topcoder-platform/gig-cache-layer
Gig cache layer
2 parents 0e3b2cf + c1888f4 commit dfc5e68

File tree

11 files changed

+5438
-5274
lines changed

11 files changed

+5438
-5274
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ workflows:
356356
filters:
357357
branches:
358358
only:
359-
- free
359+
- gig-cache-layer
360360
# This is beta env for production soft releases
361361
- "build-prod-beta":
362362
context : org-global

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ module.exports = {
434434
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
435435
POLICY_PAGES_PATH: '/policy',
436436
GIGS_PAGES_PATH: '/gigs',
437+
GIGS_LISTING_CACHE_TIME: 300, // in seconds
437438
START_PAGE_PATH: '/start',
438439
GUIKIT: {
439440
DEBOUNCE_ON_CHANGE_TIME: 150,

0 commit comments

Comments
 (0)