mirror of
https://github.com/octoleo/restic.git
synced 2024-11-01 03:12:31 +00:00
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
|
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
|