File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -1355,9 +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.
1358
+ # How long to cache list of partitioned groups for an user. 0 disables
1359
+ # caching
1359
1360
# CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1360
- [partitioned_groups_list_ttl : <duration> | default = 5m ]
1361
+ [partitioned_groups_list_ttl : <duration> | default = 0s ]
1361
1362
1362
1363
# Maximum number of entries in the regex matchers cache. 0 to disable.
1363
1364
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
Original file line number Diff line number Diff line change @@ -1476,9 +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.
1479
+ # How long to cache list of partitioned groups for an user. 0 disables
1480
+ # caching
1480
1481
# CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1481
- [partitioned_groups_list_ttl : <duration> | default = 5m ]
1482
+ [partitioned_groups_list_ttl : <duration> | default = 0s ]
1482
1483
1483
1484
# Maximum number of entries in the regex matchers cache. 0 to disable.
1484
1485
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
Original file line number Diff line number Diff line change @@ -1930,9 +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.
1933
+ # How long to cache list of partitioned groups for an user. 0 disables
1934
+ # caching
1934
1935
# CLI flag: -blocks-storage.bucket-store.metadata-cache.partitioned-groups-list-ttl
1935
- [partitioned_groups_list_ttl : <duration> | default = 5m ]
1936
+ [partitioned_groups_list_ttl : <duration> | default = 0s ]
1936
1937
1937
1938
# Maximum number of entries in the regex matchers cache. 0 to disable.
1938
1939
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items
You can’t perform that action at this time.
0 commit comments