Implement a retry strategy

This commit is contained in:
Clément Renault 2025-06-16 11:35:47 +02:00 committed by Kerollmops
parent e8795d2608
commit acb7c0a449
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
5 changed files with 91 additions and 24 deletions

View file

@ -968,6 +968,7 @@ pub fn settings(
if let SecretPolicy::HideSecrets = secret_policy {
settings.hide_secrets()
}
Ok(settings)
}