Add changelog for #3837/#3840

This commit is contained in:
greatroar 2022-07-30 22:53:52 +02:00
parent 2bdc40e612
commit b9fa6e05bd
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
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