mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-13 06:10:12 +08:00
Add back timeout from v1.11.3
This commit is contained in:
parent
70305b9f71
commit
8e0d8d31f9
@ -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…
x
Reference in New Issue
Block a user