From fac865bf6571a36859d53a0073d2f914dc769c20 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Fri, 4 Aug 2017 14:48:17 +0100 Subject: Set Elasticsearch replica count default to 1. (#7108) --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 9e5562843..310fe1ce7 100644 --- a/config/config.json +++ b/config/config.json @@ -293,7 +293,7 @@ "EnableIndexing": false, "EnableSearching": false, "Sniff": true, - "PostIndexReplicas": 2, + "PostIndexReplicas": 1, "PostIndexShards": 1 }, "DataRetentionSettings": { @@ -306,4 +306,4 @@ "PluginSettings": { "Plugins": {} } -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22