@ -57,7 +57,7 @@ import "./others/warmup.mjs";
const cache = new LRUCache({
maxSize: 1000,
ttl: 60000,
ttl: 60_000,
allowStale: false,
sizeCalculation: (value, key) => Buffer.byteLength(value) + Buffer.byteLength(key)
});
The note is not visible to the blocked user.