add changelog for sftp performance fix

This commit is contained in:
Michael Eischer 2024-04-28 11:58:08 +02:00
parent 935327d480
commit a1d682ce0e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Bugfix: Fix slow sftp upload performance
Since restic 0.12.1, the upload speed of the sftp backend to a remote server
has regressed significantly. This has been fixed.
https://github.com/restic/restic/issues/4209
https://github.com/restic/restic/pull/4782