restic/changelog/unreleased/pull-5610
Michael Eischer 7b59dd7cf4 add changelog
2025-11-26 20:59:39 +01:00

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