mirror of
https://github.com/octoleo/restic.git
synced 2025-01-15 03:23:48 +00:00
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. |
||
---|---|---|
.. | ||
testdata | ||
backend_find_test.go | ||
backend_find.go | ||
blob_set_test.go | ||
blob_set.go | ||
blob_test.go | ||
blob.go | ||
config_test.go | ||
config.go | ||
doc.go | ||
duration_test.go | ||
duration.go | ||
find_test.go | ||
find.go | ||
id_int_test.go | ||
id_test.go | ||
id.go | ||
ids_test.go | ||
ids.go | ||
idset_test.go | ||
idset.go | ||
json.go | ||
lister_test.go | ||
lister.go | ||
lock_test.go | ||
lock_unix.go | ||
lock_windows.go | ||
lock.go | ||
mknod_unix.go | ||
node_aix.go | ||
node_darwin.go | ||
node_freebsd.go | ||
node_linux.go | ||
node_netbsd.go | ||
node_openbsd.go | ||
node_solaris.go | ||
node_test.go | ||
node_unix_test.go | ||
node_unix.go | ||
node_windows_test.go | ||
node_windows.go | ||
node_xattr_all_test.go | ||
node_xattr_test.go | ||
node_xattr.go | ||
node.go | ||
parallel.go | ||
repository.go | ||
snapshot_find_test.go | ||
snapshot_find.go | ||
snapshot_group_test.go | ||
snapshot_group.go | ||
snapshot_policy_test.go | ||
snapshot_policy.go | ||
snapshot_test.go | ||
snapshot.go | ||
tag_list_test.go | ||
tag_list.go | ||
testing_test.go | ||
testing.go | ||
tree_stream.go | ||
tree_test.go | ||
tree.go | ||
zeroprefix_test.go | ||
zeroprefix.go |