From 88454260012333fc2a058d5585dae00cf2052448 Mon Sep 17 00:00:00 2001 From: sent Date: Thu, 5 Jun 2025 21:10:10 -0700 Subject: [PATCH] 60000 --- index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mjs b/index.mjs index 8dce7130..6a4f97a5 100644 --- a/index.mjs +++ b/index.mjs @@ -57,7 +57,7 @@ import "./others/warmup.mjs"; const cache = new LRUCache({ maxSize: 1000, - ttl: 345600000, + ttl: 60000, allowStale: false, sizeCalculation: (value, key) => Buffer.byteLength(value) + Buffer.byteLength(key) });