Skip to content

Commit b89016c

Browse files
author
Tyler Reid
committed
Update config docs
Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
1 parent df08789 commit b89016c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration/config-file-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4019,9 +4019,9 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
40194019
# CLI flag: -querier.max-fetched-series-per-query
40204020
[max_fetched_series_per_query: <int> | default = 0]
40214021
4022-
# The maximum size of all chunks in bytes for which a query can fetch from each
4023-
# ingester and blocks storage. This limit is enforced in the querier only when
4024-
# running Cortex with blocks storage. 0 to disable.
4022+
# The maximum size of all chunks in bytes that a query can fetch from each
4023+
# ingester and storage. This limit is enforced in the querier and ruler only
4024+
# when running Cortex with blocks storage. 0 to disable.
40254025
# CLI flag: -querier.max-fetched-chunk-bytes-per-query
40264026
[max_fetched_chunk_bytes_per_query: <int> | default = 0]
40274027

0 commit comments

Comments
 (0)