2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-28 09:38:39 +00:00
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
..
2023-10-25 22:54:07 +02:00
2017-07-24 17:43:32 +02:00
2022-08-18 20:15:38 +02:00
2022-12-03 12:38:20 +01:00
2022-12-03 12:38:20 +01:00
2024-05-24 21:33:17 +02:00
2024-05-24 21:33:17 +02:00
2022-03-28 22:23:47 +02:00
2024-05-17 14:18:20 -06:00
2022-03-28 22:23:47 +02:00
2023-12-06 13:11:55 +01:00
2022-10-16 10:50:39 +02:00