From 0eb8553c873f5c22ff5915e9e064ad157a9698fa Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Sat, 25 Jul 2020 10:08:59 +0200 Subject: [PATCH] add changelog for #2840 --- changelog/unreleased/pull-2840 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-2840 diff --git a/changelog/unreleased/pull-2840 b/changelog/unreleased/pull-2840 new file mode 100644 index 000000000..2411e8f54 --- /dev/null +++ b/changelog/unreleased/pull-2840 @@ -0,0 +1,7 @@ +Enhancement: Speed-up file deletion in forget, prune and rebuild-index + +We've sped up the file deletion for the commands forget, prune and +rebuild-index, especially for remote repositories. +Deletion was sequential before and is now run in parallel. + +https://github.com/restic/restic/pull/2840