Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 33ff91f

Browse files
committed
heavily cache get top tracks calls
1 parent 675de87 commit 33ff91f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/tops.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ exports.getTopTrackMembers = {
516516
outputExample: {},
517517
version: 'v2',
518518
transaction: 'read',
519+
cacheLifetime: 1000 * 60 * 60 * 24,
519520
databases: ['topcoder_dw', 'tcs_dw', 'tcs_catalog'],
520521
run: function (api, connection, next) {
521522
api.log('Execute getTopTrackMembers#run', 'debug');

0 commit comments

Comments
 (0)