Browse Source

[+DOC] node_concurrent_recoveries default (#90330)

Notes that `node_concurrent_recoveries` default is 2 (same as both sub-settings which already note that).
Stef Nestor 2 years ago
parent
commit
eb1de9493e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/cluster/shards_allocation.asciidoc

+ 1 - 1
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`::
      (<<dynamic-cluster-setting,Dynamic>>)
      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`::