borg2 locking: slower race_recheck_delay
Open
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 875
- Avg merge
- 11h 15m
- Merged PRs (30d)
- 192
Description
locking code has a race_recheck_delay of only 10ms.
this should likely be slower for cloud repos.
we can't just use the slow timing everywhere, that would be rather annoying for scripting with quick commands. also, we need fast unit tests, so we can't have a slow delay there either.
Contributor guide
Assessment
This issue has not been assessed yet.