From d528cdc753061b69cebeb07e616f62240d03a39e Mon Sep 17 00:00:00 2001 From: Devon Hakel-Kinko Date: Sat, 25 Oct 2025 12:48:30 -0400 Subject: [PATCH] update changelog --- changelog/unreleased/issue-5571 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/issue-5571 diff --git a/changelog/unreleased/issue-5571 b/changelog/unreleased/issue-5571 new file mode 100644 index 000000000..1daf8f394 --- /dev/null +++ b/changelog/unreleased/issue-5571 @@ -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