aboutsummaryrefslogtreecommitdiff
path: root/src/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.ts')
-rw-r--r--src/constants.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.ts b/src/constants.ts
index c7581ae..93ef85c 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -41,9 +41,9 @@ interface GithubFile {
sha: string
}
-// cache files for a day
+// cache files for an hour
const fileCache = new NodeCache({
- stdTTL: 60 * 60 * 24,
+ stdTTL: 60 * 60,
checkperiod: 60,
useClones: false,
})