diff --git a/config/settings/base.py b/config/settings/base.py index 465fcee..bc7df9a 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -63,7 +63,7 @@ CACHEOPS = { "auth.user": {"ops": "get", "timeout": 60 * 15}, "auth.*": {"ops": ("fetch", "get"), "timeout": 60 * 2}, - "blog.*": {"ops": ("fetch", "get"), "timeout": 15}, + "blog.post": {"ops": ("fetch", "get"), "timeout": 15}, "auth.permission": {"ops": "all", "timeout": 60 * 15}, } CACHEOPS_REDIS = env.str("REDIS_URL")