fix: protect monitor logs from cache eviction
This commit is contained in:
parent
6040145109
commit
8df9d3acdd
1 changed files with 1 additions and 0 deletions
|
|
@ -587,4 +587,5 @@ persistent_cache_keys = [
|
|||
"insert_queue_for_*", # Deferred Insert
|
||||
"recorder-*", # Recorder
|
||||
"global_search_queue",
|
||||
"monitor-transactions",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue