mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
Add changelog
This commit is contained in:
parent
e329623771
commit
d6b3859e48
9
changelog/unreleased/pull-3130
Normal file
9
changelog/unreleased/pull-3130
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Enhancement: Parallelize reading of snapshots
|
||||||
|
|
||||||
|
Restic used to read snapshots sequentially. For repositories containing
|
||||||
|
many snapshots this slowed down commands which have to read all snapshots.
|
||||||
|
Now the reading of snapshots is parallelized. This speeds up for example
|
||||||
|
`prune`, `backup` and other commands that search for snapshots with certain
|
||||||
|
properties or which have to find the `latest` snapshot.
|
||||||
|
|
||||||
|
https://github.com/restic/restic/pull/3130
|
Loading…
Reference in New Issue
Block a user