Browse Source

Docs: Added default value

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

Closes #9955
Pius 10 years ago
parent
commit
430b091e7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/cluster.asciidoc

+ 1 - 1
docs/reference/modules/cluster.asciidoc

@@ -28,7 +28,7 @@ The following settings may be used:
        Allow to control specifically the number of initial recoveries
        of primaries that are allowed per node. Since most times local
        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`::