mirror of
https://github.com/restic/restic.git
synced 2026-07-03 05:54:17 +00:00
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
Enhancement: Reduce `check`, `copy`, `diff` and `stats` memory usage
|
|
|
|
The `check`, `copy`, `diff` and `stats` commands now use less memory
|
|
when handling large snapshots.
|
|
|
|
https://github.com/restic/restic/pull/5610
|