From b633b3e2fb56346e68971d2991853e4bd5a011fd Mon Sep 17 00:00:00 2001 From: Alexandru Cambose Date: Thu, 21 Aug 2025 16:44:57 +0200 Subject: [PATCH] feat: update cache life --- apps/insights/src/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/insights/src/cache.ts b/apps/insights/src/cache.ts index b19aa2e2f3..410ac55c81 100644 --- a/apps/insights/src/cache.ts +++ b/apps/insights/src/cache.ts @@ -9,7 +9,7 @@ const transformer = { deserialize: parse, }; -export const DEFAULT_CACHE_TTL = 86_400; // 24 hours +export const DEFAULT_CACHE_TTL = 3600; // 1 hour export const DEFAULT_CACHE_STALE = 86_400; // 24 hours export const redisCache: ACDCache = createCache({