mirror of
https://github.com/restic/restic.git
synced 2025-08-27 09:50:24 +00:00
lock: Do not limit backend concurrency for lock files
restic must be able to refresh lock files in time. However, large uploads over slow connections can cause the lock refresh to be stuck behind the large uploads and thus time out.
This commit is contained in:
5
changelog/unreleased/pull-4304
Normal file
5
changelog/unreleased/pull-4304
Normal file
@@ -0,0 +1,5 @@
|
||||
Bugfix: Avoid lock refresh issues with slow network connections
|
||||
|
||||
On network connections with a low upload speed, restic could often fail backups and other operations with `Fatal: failed to refresh lock in time`. We've reworked the lock refresh to avoid this error.
|
||||
|
||||
https://github.com/restic/restic/pull/4304
|
Reference in New Issue
Block a user