Skip to content

Commit

Permalink
feat: version the slowpages cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Sep 25, 2024
1 parent 87d2a36 commit d9fbc0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ietf/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,7 @@ def skip_unreadable_post(record):
"OPTIONS": {
"MAX_ENTRIES": 5000,
},
"VERSION": __version__,
},
}
else:
Expand Down Expand Up @@ -1274,6 +1275,7 @@ def skip_unreadable_post(record):
"OPTIONS": {
"MAX_ENTRIES": 5000,
},
"VERSION": __version__,
},
}

Expand Down

0 comments on commit d9fbc0a

Please sign in to comment.