diff options
Diffstat (limited to 'build/constants.js')
-rw-r--r-- | build/constants.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/constants.js b/build/constants.js index ff6155b..9231784 100644 --- a/build/constants.js +++ b/build/constants.js @@ -33,9 +33,9 @@ async function fetchGithubApi(method, route, headers, json) { }, headers), }); } -// cache files for a day +// cache files for an hour const fileCache = new node_cache_1.default({ - stdTTL: 60 * 60 * 24, + stdTTL: 60 * 60, checkperiod: 60, useClones: false, }); |