2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00
restic/changelog/0.8.2_2018-02-17/pull-1549

8 lines
355 B
Plaintext
Raw Normal View History

2018-01-12 06:37:33 +00:00
Enhancement: Speed up querying across indices and scanning existing files
This change increases the whenever a blob (part of a file) is searched for in a
restic repository. This will reduce cpu usage some when backing up files already
backed up by restic. Cpu usage is further decreased when scanning files.
2018-01-24 19:54:51 +00:00
https://github.com/restic/restic/pull/1549