From 327eb7ce81431c2c8d98062aa2f375b6a8399071 Mon Sep 17 00:00:00 2001 From: mat-1 Date: Sun, 28 Feb 2021 21:21:26 +0000 Subject: Compiled TS into JS --- build/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/constants.js') 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, }); -- cgit