mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
b5543cff5d
=> reduces memory consumption a lot!
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
Enhancement: Optimize `list blobs` command
|
|
|
|
We've changed the implementation of `list blobs` which should be now a bit faster
|
|
and consume almost no memory even for large repositories.
|
|
|
|
https://github.com/restic/restic/pull/2786
|