1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-08 15:36:51 +00:00
restic/changelog/unreleased
Michael Eischer 2296fdf668 lock: introduce short delay between failed locking retries
Failed locking attempts were immediately retried up to three times
without any delay between the retries. If a lock file is not found while
checking for other locks, with the reworked backend retries there is no
delay between those retries. This is a problem if a backend requires a
few seconds to reflect file deletions in the file listings. To work
around this problem, introduce a short exponentially increasing delay
between the retries. The number of retries is now increased to 4. This
results in delays of 5, 10 and 20 seconds between the retries.
2024-08-26 16:31:42 +02:00
..
.gitignore
issue-4795
issue-4934 changelog: update changelog 2024-08-17 00:24:19 +05:30
issue-4944
issue-4945
issue-4948
issue-4953
issue-4957
issue-4969 restic: restore timestamps after extended attributes 2024-08-25 23:18:55 +02:00
issue-4975
issue-5005 lock: introduce short delay between failed locking retries 2024-08-26 16:31:42 +02:00
pull-4938
pull-4958
pull-4959 main: return an exit code (12) for "bad password" errors 2024-08-15 16:55:45 -04:00
pull-4977
pull-4980