fix: prevent rl keys from getting evicted

This commit is contained in:
Ankush Menat 2025-01-06 11:56:03 +05:30
parent e265832f78
commit 77fb1a0e3d

View file

@ -589,4 +589,5 @@ persistent_cache_keys = [
"global_search_queue",
"monitor-transactions",
"rate-limit-counter-*",
"rl:*",
]