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 b90a96a + 03c191b commit 27aeabbCopy full SHA for 27aeabb
1 file changed
frontend/lib/cache/qa.ts
@@ -1,7 +1,7 @@
1
import { getRedisClient } from '@/lib/redis';
2
3
const QA_CACHE_VERSION = 'v3';
4
-const QA_CACHE_TTL_SECONDS = 60 * 30;
+const QA_CACHE_TTL_SECONDS = 60 * 60 * 24 * 30;
5
6
type QaCacheKeyInput = {
7
category: string;
0 commit comments