@@ -6,6 +6,8 @@ backends:
66 keep_alive_timeout : 5m0s
77 max_idle_conns : 20
88 cache_name : default
9+ chunk_read_concurrency_limit : 16
10+ chunk_write_concurrency_limit : 16
911 healthcheck : {}
1012 timeseries_retention_factor : 1024
1113 timeseries_eviction_method : oldest
@@ -37,6 +39,8 @@ backends:
3739 keep_alive_timeout : 5m0s
3840 max_idle_conns : 20
3941 cache_name : default
42+ chunk_read_concurrency_limit : 16
43+ chunk_write_concurrency_limit : 16
4044 healthcheck :
4145 interval : 1s
4246 path : /health
@@ -70,6 +74,8 @@ backends:
7074 keep_alive_timeout : 5m0s
7175 max_idle_conns : 20
7276 cache_name : default
77+ chunk_read_concurrency_limit : 16
78+ chunk_write_concurrency_limit : 16
7379 healthcheck :
7480 interval : 1s
7581 path : /health
@@ -103,6 +109,8 @@ backends:
103109 keep_alive_timeout : 5m0s
104110 max_idle_conns : 20
105111 cache_name : default
112+ chunk_read_concurrency_limit : 16
113+ chunk_write_concurrency_limit : 16
106114 healthcheck :
107115 interval : 1s
108116 timeseries_retention_factor : 1024
@@ -135,6 +143,8 @@ backends:
135143 keep_alive_timeout : 5m0s
136144 max_idle_conns : 20
137145 cache_name : default
146+ chunk_read_concurrency_limit : 16
147+ chunk_write_concurrency_limit : 16
138148 healthcheck :
139149 interval : 1s
140150 timeseries_retention_factor : 1024
@@ -166,6 +176,8 @@ backends:
166176 keep_alive_timeout : 5m0s
167177 max_idle_conns : 20
168178 cache_name : default
179+ chunk_read_concurrency_limit : 16
180+ chunk_write_concurrency_limit : 16
169181 healthcheck : {}
170182 timeseries_retention_factor : 1024
171183 timeseries_eviction_method : oldest
@@ -201,6 +213,8 @@ backends:
201213 keep_alive_timeout : 5m0s
202214 max_idle_conns : 20
203215 cache_name : default
216+ chunk_read_concurrency_limit : 16
217+ chunk_write_concurrency_limit : 16
204218 healthcheck : {}
205219 timeseries_retention_factor : 1024
206220 timeseries_eviction_method : oldest
0 commit comments