restic/changelog/0.10.0_2020-09-19/pull-2599

7 lines
222 B
Plaintext
Raw Normal View History

2020-03-05 23:24:57 +01:00
Enhancement: Slightly reduce memory usage of prune and stats commands
The prune and the stats command kept directory identifiers in memory twice
while searching for used blobs.
https://github.com/restic/restic/pull/2599