diff --git a/utils/Query.ts b/utils/Query.ts index 64e99b2..027f35d 100644 --- a/utils/Query.ts +++ b/utils/Query.ts @@ -268,7 +268,7 @@ export const get = { user: new DataLoader( async (urls: string[]) => (await Promise.all(urls.map(async (url: string) => await getImage(url)))) - , { cacheMap: new TLRU({ maxStoreSize: 500, maxAgeMs: 43200000 }) }), + , { cacheMap: new TLRU({ maxStoreSize: 500, maxAgeMs: 3600000 }) }), } }