mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
Misc bug fixes
This commit is contained in:
@@ -418,7 +418,7 @@ class ElasticSearchEngine(SearchEngine):
|
||||
"query": {
|
||||
"match_all": {}
|
||||
}
|
||||
}, scroll="5m", client=self.es, index=self.index_name)
|
||||
}, scroll="1m", client=self.es, index=self.index_name, request_timeout=60)
|
||||
|
||||
def are_empty(self, websites):
|
||||
result = self.es.search(body={
|
||||
|
||||
Reference in New Issue
Block a user