2023-07-29 00:30:40 +00:00
|
|
|
Bugfix: Avoid lock refresh issues on slow network connections
|
2023-07-27 19:52:04 +00:00
|
|
|
|
2023-07-29 00:30:40 +00:00
|
|
|
On network connections with a low upload speed, backups and other operations
|
|
|
|
could fail with the error message `Fatal: failed to refresh lock in time`.
|
|
|
|
|
|
|
|
This has now been fixed by reworking the lock refresh handling.
|
2023-07-27 19:52:04 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4199
|
|
|
|
https://github.com/restic/restic/pull/4304
|