From 3d6318428785624ea08072358e29c6ff5827daa8 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 25 Jul 2018 11:33:21 -0400 Subject: [PATCH] Increased website scatter size --- search/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/search.py b/search/search.py index def2846..0b8103d 100644 --- a/search/search.py +++ b/search/search.py @@ -384,7 +384,7 @@ class ElasticSearchEngine(SearchEngine): "websites": { "terms": { "field": "website_id", - "size": 300 # TODO: Figure out what size is appropriate + "size": 500 # TODO: Figure out what size is appropriate }, "aggs": { "size": {