mirror of
https://github.com/restic/restic.git
synced 2024-12-21 23:33:03 +00:00
6 lines
252 B
Text
6 lines
252 B
Text
Enhancement: Optimize handling of new index entries
|
|
|
|
Restic now uses less memory for backups which add a lot of data, e.g. large initial backups.
|
|
In addition, we've improved the stability in some edge cases.
|
|
|
|
https://github.com/restic/restic/pull/2773
|