disable index uploads for prune command

+ modifications of changelog
This commit is contained in:
Alexander Weiss
2020-06-12 09:24:38 +02:00
parent 91906911b0
commit 70347e95d5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
Enhancement: Optimize repository implementation
We've optimized the implementation of handling index entries in the repository.
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.
Also it is more stable in some edge situations and allows easier future enhancments.
In addition, we've improved the stability in some edge cases.
https://github.com/restic/restic/pull/2773