mirror of
https://github.com/restic/restic.git
synced 2026-05-24 19:15:30 +00:00
f1f34eb3e5
If a lock could not be loaded, then restic would check all lock files again. These repeated checks are not useful as the status of a lock file cannot change unless its ID changes too. Thus, skip already check lock files on retries.