mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 10:56:47 +00:00
Increased cooldown time for indexing
This commit is contained in:
parent
c0327fecda
commit
f202caece8
@ -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 = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user