From f202caece8759756034535884dbb0840240e98d1 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 12 Jul 2018 11:45:50 -0400 Subject: [PATCH] Increased cooldown time for indexing --- search/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []