mirror of
https://github.com/restic/restic.git
synced 2026-05-16 15:15:24 +00:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
Enhancement: Reduce memory use in `check`, `copy`, `diff`, and `stats`
|
|
|
|
The `check`, `copy`, `diff`, and `stats` commands use less memory when handling
|
|
large snapshots.
|
|
|
|
https://github.com/restic/restic/pull/5610
|