diff --git a/src/models/functions.ts b/src/models/functions.ts index 4bca5f8..a197c39 100644 --- a/src/models/functions.ts +++ b/src/models/functions.ts @@ -353,7 +353,7 @@ export async function fetchDash( }; let res = redis - ? await cache.fetch(redis, key, fetchLinks, 15 * 24 * 60 * 60) + ? await cache.fetch(redis, key, fetchLinks, 24 * 60 * 60) : await fetchLinks(); reply.status(200).send(res);