1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-23 00:07:25 +00:00
restic/changelog/unreleased/issue-4199
2023-07-29 12:50:01 +02:00

8 lines
354 B
Text

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/issues/4199
https://github.com/restic/restic/pull/4304