diff --git a/search/search.py b/search/search.py index c8073af..33f6a7b 100644 --- a/search/search.py +++ b/search/search.py @@ -115,7 +115,7 @@ class ElasticSearchEngine(SearchEngine): def import_json(self, in_lines, website_id: int): import_every = 1000 - cooldown_time = 0.250 + cooldown_time = 0.5 docs = []