Skip to content

Commit 2d5b832

Browse files
committed
Updated elasticsearch.yml file for recovery throttling
1 parent 455bc32 commit 2d5b832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/elasticsearch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@
280280
#
281281
# cluster.routing.allocation.node_concurrent_recoveries: 2
282282

283-
# Set to throttle throughput when recovering (eg. 100mb, by default unlimited):
283+
# Set to throttle throughput when recovering (eg. 100mb, by default 20mb):
284284
#
285-
# indices.recovery.max_size_per_sec: 0
285+
# indices.recovery.max_bytes_per_sec: 20mb
286286

287287
# Set to limit the number of open concurrent streams when
288288
# recovering a shard from a peer:

0 commit comments

Comments
 (0)