mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
Cap timeout duration
This commit is contained in:
@ -178,6 +178,8 @@ impl Embedder {
|
|||||||
retry.into_duration(attempt)
|
retry.into_duration(attempt)
|
||||||
}
|
}
|
||||||
}?;
|
}?;
|
||||||
|
|
||||||
|
let retry_duration = retry_duration.min(std::time::Duration::from_secs(60)); // don't wait more than a minute
|
||||||
tracing::warn!(
|
tracing::warn!(
|
||||||
"Attempt #{}, retrying after {}ms.",
|
"Attempt #{}, retrying after {}ms.",
|
||||||
attempt,
|
attempt,
|
||||||
|
Reference in New Issue
Block a user