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) });