From d9fbc0a01c06c197ea758e09c5aa8da79ed60099 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Wed, 25 Sep 2024 10:31:42 -0300 Subject: [PATCH] feat: version the slowpages cache --- ietf/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/settings.py b/ietf/settings.py index a1a7fee102..ef04cf7c1c 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -1236,6 +1236,7 @@ def skip_unreadable_post(record): "OPTIONS": { "MAX_ENTRIES": 5000, }, + "VERSION": __version__, }, } else: @@ -1274,6 +1275,7 @@ def skip_unreadable_post(record): "OPTIONS": { "MAX_ENTRIES": 5000, }, + "VERSION": __version__, }, }