File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1355,6 +1355,10 @@ blocks_storage:
13551355      #  CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
13561356      [bucket_index_max_size_bytes : <int> | default = 1048576] 
13571357
1358+       #  How long to cache list of partitioned groups for an user.
1359+       #  CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1360+       [partitioned_groups_list_ttl : <duration> | default = 5m] 
1361+ 
13581362    #  Maximum number of entries in the regex matchers cache. 0 to disable.
13591363    #  CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
13601364    [matchers_cache_max_items : <int> | default = 0] 
Original file line number Diff line number Diff line change @@ -1476,6 +1476,10 @@ blocks_storage:
14761476      #  CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
14771477      [bucket_index_max_size_bytes : <int> | default = 1048576] 
14781478
1479+       #  How long to cache list of partitioned groups for an user.
1480+       #  CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1481+       [partitioned_groups_list_ttl : <duration> | default = 5m] 
1482+ 
14791483    #  Maximum number of entries in the regex matchers cache. 0 to disable.
14801484    #  CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
14811485    [matchers_cache_max_items : <int> | default = 0] 
Original file line number Diff line number Diff line change @@ -1930,6 +1930,10 @@ bucket_store:
19301930    #  CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
19311931    [bucket_index_max_size_bytes : <int> | default = 1048576] 
19321932
1933+     #  How long to cache list of partitioned groups for an user.
1934+     #  CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1935+     [partitioned_groups_list_ttl : <duration> | default = 5m] 
1936+ 
19331937  #  Maximum number of entries in the regex matchers cache. 0 to disable.
19341938  #  CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
19351939  [matchers_cache_max_items : <int> | default = 0] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments