Skip to content

Commit cc17ef3

Browse files
committed
update docs
Signed-off-by: Ben Ye <[email protected]>
1 parent 1f5d514 commit cc17ef3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/configuration/config-file-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2860,6 +2860,11 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
28602860
# CLI flag: -store-gateway.tenant-shard-size
28612861
[store_gateway_tenant_shard_size: <int> | default = 0]
28622862

2863+
# The maximum number of data bytes to download per gRPC request in Store
2864+
# Gateway, including Series/LabelNames/LabelValues requests. 0 to disable.
2865+
# CLI flag: -store-gateway.max-downloaded-bytes-per-request
2866+
[max_downloaded_bytes_per_request: <int> | default = 0]
2867+
28632868
# Delete blocks containing samples older than the specified retention period. 0
28642869
# to disable.
28652870
# CLI flag: -compactor.blocks-retention-period

0 commit comments

Comments
 (0)