Skip to content

Commit 4e1f7e8

Browse files
committed
Bump cache for trio zyg fix
1 parent f10cede commit 4e1f7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variantgrid/settings/components/default_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
CACHE_HOURS = 48
9898
TIMEOUT = 60 * 60 * CACHE_HOURS
9999
REDIS_PORT = 6379
100-
CACHE_VERSION = 40 # increment to flush caches (eg if invalid due to upgrade)
100+
CACHE_VERSION = 41 # increment to flush caches (eg if invalid due to upgrade)
101101
CACHES = {
102102
'default': {
103103
"BACKEND": "django.core.cache.backends.redis.RedisCache",

0 commit comments

Comments
 (0)