mirror of
https://github.com/restic/restic.git
synced 2026-05-28 04:35:41 -04:00
update changelog
This commit is contained in:
parent
803d770207
commit
d528cdc753
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/issue-5571
Normal file
9
changelog/unreleased/issue-5571
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Configurable retry timeout
|
||||
|
||||
Restic's retry operations used a hardcoded timeout of 15 minutes,
|
||||
forcing users to wait the full duration when backends were down or misconfigured.
|
||||
|
||||
Restic now allows setting the retry timeout via the --retry-max-elapsed-time flag.
|
||||
This permits commands like `restic cat config` to fail quickly when backends are unreachable.
|
||||
|
||||
https://github.com/restic/restic/issues/5571
|
||||
Loading…
Reference in a new issue