[+DOC] node_concurrent_recoveries default (#90330)

Notes that `node_concurrent_recoveries` default is 2 (same as both sub-settings which already note that).
This commit is contained in:
Stef Nestor 2023-01-18 05:53:48 -07:00 committed by GitHub
parent 510ab87a85
commit eb1de9493e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`::