Skip to content

Commit c31ac49

Browse files
committed
update doc
Signed-off-by: Daniel Deluiggi <[email protected]>
1 parent 3147e97 commit c31ac49

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/blocks-storage/querier.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,9 +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.
1358+
# How long to cache list of partitioned groups for an user. 0 disables
1359+
# caching
13591360
# 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]
13611362

13621363
# Maximum number of entries in the regex matchers cache. 0 to disable.
13631364
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items

docs/blocks-storage/store-gateway.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,9 +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.
1479+
# How long to cache list of partitioned groups for an user. 0 disables
1480+
# caching
14801481
# 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]
14821483

14831484
# Maximum number of entries in the regex matchers cache. 0 to disable.
14841485
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items

docs/configuration/config-file-reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,9 +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.
1933+
# How long to cache list of partitioned groups for an user. 0 disables
1934+
# caching
19341935
# 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]
19361937

19371938
# Maximum number of entries in the regex matchers cache. 0 to disable.
19381939
# CLI flag: -blocks-storage.bucket-store.matchers-cache-max-items

0 commit comments

Comments
 (0)