forked from TrueCloudLab/restic
7 lines
222 B
Text
7 lines
222 B
Text
|
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
|