mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
Crawl tasks are now fetched by the crawlers instead of pushed by the server
This commit is contained in:
@@ -115,7 +115,7 @@ class ElasticSearchEngine(SearchEngine):
|
||||
def import_json(self, in_lines, website_id: int):
|
||||
|
||||
import_every = 1000
|
||||
cooldown_time = 0.5
|
||||
cooldown_time = 1
|
||||
|
||||
docs = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user