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:
1355
1355
# CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
1356
1356
[bucket_index_max_size_bytes : <int> | default = 1048576]
1357
1357
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
+
1358
1362
# Maximum number of entries in the regex matchers cache. 0 to disable.
1359
1363
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
1360
1364
[matchers_cache_max_items : <int> | default = 0]
Original file line number Diff line number Diff line change @@ -1476,6 +1476,10 @@ blocks_storage:
1476
1476
# CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
1477
1477
[bucket_index_max_size_bytes : <int> | default = 1048576]
1478
1478
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
+
1479
1483
# Maximum number of entries in the regex matchers cache. 0 to disable.
1480
1484
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
1481
1485
[matchers_cache_max_items : <int> | default = 0]
Original file line number Diff line number Diff line change @@ -1930,6 +1930,10 @@ bucket_store:
1930
1930
# CLI flag: -blocks-storage.bucket-store.metadata-cache.bucket-index-max-size-bytes
1931
1931
[bucket_index_max_size_bytes : <int> | default = 1048576]
1932
1932
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
+
1933
1937
# Maximum number of entries in the regex matchers cache. 0 to disable.
1934
1938
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
1935
1939
[matchers_cache_max_items : <int> | default = 0]
You can’t perform that action at this time.
0 commit comments