2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/changelog/unreleased/issue-3837
2022-07-30 22:53:52 +02:00

9 lines
318 B
Plaintext

Enhancement: SFTP backend initialization is faster on slow links
Restic init on an SFTP backend now sends multiple mkdir commands to the
backend concurrently, to reduce the wait when creating a repository
over a very slow link.
https://github.com/restic/restic/issues/3837
https://github.com/restic/restic/pull/3840