1
0
mirror of https://github.com/restic/restic.git synced 2024-06-25 07:47:44 +02:00

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

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