Docs: Added default value

Added default value to `cluster.routing.allocation.node_initial_primaries_recoveries`

Closes #9955
This commit is contained in:
Pius 2015-03-02 15:18:25 -08:00 committed by Clinton Gormley
parent e559471948
commit 430b091e7d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ The following settings may be used:
Allow to control specifically the number of initial recoveries Allow to control specifically the number of initial recoveries
of primaries that are allowed per node. Since most times local of primaries that are allowed per node. Since most times local
gateway is used, those should be fast and we can handle more of gateway is used, those should be fast and we can handle more of
those per node without creating load. those per node without creating load. Defaults to `4`.
`cluster.routing.allocation.node_concurrent_recoveries`:: `cluster.routing.allocation.node_concurrent_recoveries`::