We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10cede commit 4e1f7e8Copy full SHA for 4e1f7e8
1 file changed
variantgrid/settings/components/default_settings.py
@@ -97,7 +97,7 @@
97
CACHE_HOURS = 48
98
TIMEOUT = 60 * 60 * CACHE_HOURS
99
REDIS_PORT = 6379
100
-CACHE_VERSION = 40 # increment to flush caches (eg if invalid due to upgrade)
+CACHE_VERSION = 41 # increment to flush caches (eg if invalid due to upgrade)
101
CACHES = {
102
'default': {
103
"BACKEND": "django.core.cache.backends.redis.RedisCache",
0 commit comments