forked from TrueCloudLab/restic
10 lines
439 B
Text
10 lines
439 B
Text
|
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.
|
||
|
|
||
|
https://github.com/restic/restic/issues/1234
|
||
|
https://github.com/restic/restic/pull/55555
|
||
|
https://forum.restic/.net/foo/bar/baz
|