2296fdf668
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. |
||
---|---|---|
.. | ||
.gitignore | ||
issue-4795 | ||
issue-4934 | ||
issue-4944 | ||
issue-4945 | ||
issue-4948 | ||
issue-4953 | ||
issue-4957 | ||
issue-4969 | ||
issue-4975 | ||
issue-5005 | ||
pull-4938 | ||
pull-4958 | ||
pull-4959 | ||
pull-4977 | ||
pull-4980 |