We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1c82b6 + b633b3e commit 01b2f80Copy full SHA for 01b2f80
apps/insights/src/cache.ts
@@ -9,7 +9,7 @@ const transformer = {
9
deserialize: parse,
10
};
11
12
-export const DEFAULT_CACHE_TTL = 86_400; // 24 hours
+export const DEFAULT_CACHE_TTL = 3600; // 1 hour
13
export const DEFAULT_CACHE_STALE = 86_400; // 24 hours
14
15
export const redisCache: ACDCache = createCache({
0 commit comments