mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
Increased search timeout value
This commit is contained in:
@@ -214,7 +214,7 @@ class ElasticSearchEngine(SearchEngine):
|
||||
}
|
||||
},
|
||||
"size": per_page, "from": min(page * per_page, 10000 - per_page)},
|
||||
index=self.index_name, request_timeout=30)
|
||||
index=self.index_name, request_timeout=60)
|
||||
|
||||
return page
|
||||
|
||||
|
||||
Reference in New Issue
Block a user