mirror of
https://github.com/restic/restic.git
synced 2026-04-24 21:49:26 +00:00
8 lines
263 B
Plaintext
8 lines
263 B
Plaintext
Enhancement: reduce memory usage of check/copy/diff/stats commands
|
|
|
|
We have optimized the memory usage of the `check`, `copy`, `diff` and
|
|
`stats` commands. These now require less memory when processing large
|
|
snapshots.
|
|
|
|
https://github.com/restic/restic/pull/5610
|