2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-23 13:17:42 +00:00
restic/internal/backend/retry
Michael Eischer 512cd6ef07 retry: ensure that there's always at least one retry
Previously, if an operation failed after 15 minutes, then it would never
be retried. This means that large backend requests are more unreliable
than smaller ones.
2024-05-24 20:24:02 +02:00
..
backend_retry_test.go retry: ensure that there's always at least one retry 2024-05-24 20:24:02 +02:00
backend_retry.go retry: ensure that there's always at least one retry 2024-05-24 20:24:02 +02:00
testing.go Rename unused testing parameter to _ 2023-05-18 21:17:53 +02:00