update changelog

This commit is contained in:
Devon Hakel-Kinko 2025-10-25 12:48:30 -04:00
parent 803d770207
commit d528cdc753

View 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