fix: Skip rate limit counters when cleaning cache (#28932)
This commit is contained in:
parent
841c0207e7
commit
787ae8a438
1 changed files with 1 additions and 0 deletions
|
|
@ -588,4 +588,5 @@ persistent_cache_keys = [
|
|||
"recorder-*", # Recorder
|
||||
"global_search_queue",
|
||||
"monitor-transactions",
|
||||
"rate-limit-counter-*",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue