mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Add back timeout from v1.11.3
This commit is contained in:
parent
70305b9f71
commit
8e0d8d31f9
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ impl Embedder {
|
|||
let client = ureq::AgentBuilder::new()
|
||||
.max_idle_connections(REQUEST_PARALLELISM * 2)
|
||||
.max_idle_connections_per_host(REQUEST_PARALLELISM * 2)
|
||||
.timeout(std::time::Duration::from_secs(30))
|
||||
.build();
|
||||
|
||||
let request = Request::new(options.request)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue