mirror of
https://github.com/octoleo/restic.git
synced 2024-11-06 05:17:50 +00:00
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
|