From c5de7ed1dfa7ccf5753e65ef840b08600a2be76e Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 27 Sep 2018 11:17:42 -0400 Subject: [PATCH] Use 4 shards This will eventually run on a 2 node cluster --- projects/north-america/pelias.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/north-america/pelias.json b/projects/north-america/pelias.json index 3ed3d09..df146c3 100644 --- a/projects/north-america/pelias.json +++ b/projects/north-america/pelias.json @@ -13,7 +13,7 @@ "index": { "refresh_interval": "10s", "number_of_replicas": "0", - "number_of_shards": "5" + "number_of_shards": "4" } } },