add changelog for faster backups with small files
This commit is contained in:
parent
b52a8ff05c
commit
a571fc4aa1
1 changed files with 9 additions and 0 deletions
9
changelog/unreleased/pull-3955
Normal file
9
changelog/unreleased/pull-3955
Normal file
|
@ -0,0 +1,9 @@
|
|||
Enhancement: Improve backup performance for small files
|
||||
|
||||
When backing up small files restic was slower than it could be. In particular
|
||||
this affected backups using maximum compression.
|
||||
|
||||
This has been fixed by reworking the internal parallelism of the backup
|
||||
command.
|
||||
|
||||
https://github.com/restic/restic/issues/3955
|
Loading…
Reference in a new issue