mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 02:46:45 +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):
|
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 = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user