mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
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
|