mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
REST backend: longer maximum retry time
This commit is contained in:
parent
b51297b7dc
commit
12a5d07899
@ -53,7 +53,7 @@ impl RestBackend {
|
||||
client: Client::new(),
|
||||
backoff: MaybeBackoff(Some(
|
||||
ExponentialBackoffBuilder::new()
|
||||
.with_max_elapsed_time(Some(Duration::from_secs(120)))
|
||||
.with_max_elapsed_time(Some(Duration::from_secs(600)))
|
||||
.build(),
|
||||
)),
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user