Increased website scatter size

This commit is contained in:
Simon 2018-07-25 11:33:21 -04:00
parent 34d1f375a8
commit 3d63184287

View File

@ -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": {