mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Implement a retry strategy
This commit is contained in:
parent
e8795d2608
commit
acb7c0a449
5 changed files with 91 additions and 24 deletions
|
@ -968,6 +968,7 @@ pub fn settings(
|
|||
if let SecretPolicy::HideSecrets = secret_policy {
|
||||
settings.hide_secrets()
|
||||
}
|
||||
|
||||
Ok(settings)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue