mirror of
https://github.com/restic/restic.git
synced 2026-02-03 12:29:37 -05:00
7 lines
263 B
Text
7 lines
263 B
Text
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
|