diff --git a/frappe/hooks.py b/frappe/hooks.py index 5e5be8b2df..671027adb1 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -589,4 +589,5 @@ persistent_cache_keys = [ "global_search_queue", "monitor-transactions", "rate-limit-counter-*", + "rl:*", ]