dump: add changelog

This commit is contained in:
Michael Eischer 2024-05-05 12:12:21 +02:00
parent 4d55a62ada
commit e184538ddf
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Enhancement: Improve `dump` performance for large files
The `dump` command now retrieves the data chunks for a file in parallel. This
improves the download performance by up to the configured number of parallel
backend connections.
https://github.com/restic/restic/issues/3406
https://github.com/restic/restic/pull/4796