We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f508ba6 commit af4708eCopy full SHA for af4708e
backend_py/primary/primary/config.py
@@ -30,6 +30,6 @@
30
}
31
32
DEFAULT_CACHE_MAX_AGE = 3600 # 1 hour
33
-DEFAULT_STALE_WHILE_REVALIDATE = 3600 # 1 hour
+DEFAULT_STALE_WHILE_REVALIDATE = 3600 * 24 # 24 hour
34
REDIS_USER_SESSION_URL = "redis://redis-user-session:6379"
35
REDIS_CACHE_URL = "redis://redis-cache:6379"
0 commit comments