From d9f7467928a78a7a0139fac5aebc37fdb307369e Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Thu, 16 Aug 2018 12:02:09 -0400 Subject: [PATCH] Increase shard count --- 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 6abfad7..69a7ee2 100644 --- a/projects/north-america/pelias.json +++ b/projects/north-america/pelias.json @@ -14,7 +14,7 @@ "index": { "refresh_interval": "10s", "number_of_replicas": "0", - "number_of_shards": "1" + "number_of_shards": "5" } } },