From eb1de9493e0fa24f65fbbacc2cf0fe46879e1981 Mon Sep 17 00:00:00 2001 From: Stef Nestor Date: Wed, 18 Jan 2023 05:53:48 -0700 Subject: [PATCH] [+DOC] node_concurrent_recoveries default (#90330) Notes that `node_concurrent_recoveries` default is 2 (same as both sub-settings which already note that). --- docs/reference/modules/cluster/shards_allocation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/cluster/shards_allocation.asciidoc b/docs/reference/modules/cluster/shards_allocation.asciidoc index 0c3f028a6c3a..42282e00e81d 100644 --- a/docs/reference/modules/cluster/shards_allocation.asciidoc +++ b/docs/reference/modules/cluster/shards_allocation.asciidoc @@ -35,7 +35,7 @@ one of the active allocation ids in the cluster state. `cluster.routing.allocation.node_concurrent_recoveries`:: (<>) A shortcut to set both `cluster.routing.allocation.node_concurrent_incoming_recoveries` and - `cluster.routing.allocation.node_concurrent_outgoing_recoveries`. + `cluster.routing.allocation.node_concurrent_outgoing_recoveries`. Defaults to 2. `cluster.routing.allocation.node_initial_primaries_recoveries`::