From 430b091e7d7cd79937595ac7685d48ab746fa3cd Mon Sep 17 00:00:00 2001 From: Pius Date: Mon, 2 Mar 2015 15:18:25 -0800 Subject: [PATCH] Docs: Added default value Added default value to `cluster.routing.allocation.node_initial_primaries_recoveries` Closes #9955 --- docs/reference/modules/cluster.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/modules/cluster.asciidoc b/docs/reference/modules/cluster.asciidoc index bdeaba5f238..d223e85058c 100644 --- a/docs/reference/modules/cluster.asciidoc +++ b/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`::