Increased cooldown time for indexing

This commit is contained in:
Simon 2018-07-12 11:45:50 -04:00
parent c0327fecda
commit f202caece8

View File

@ -115,7 +115,7 @@ class ElasticSearchEngine(SearchEngine):
def import_json(self, in_lines, website_id: int): def import_json(self, in_lines, website_id: int):
import_every = 1000 import_every = 1000
cooldown_time = 0.250 cooldown_time = 0.5
docs = [] docs = []