diff --git a/frappe/hooks.py b/frappe/hooks.py index 99fc13eb6c..5e5be8b2df 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -588,4 +588,5 @@ persistent_cache_keys = [ "recorder-*", # Recorder "global_search_queue", "monitor-transactions", + "rate-limit-counter-*", ]