From e184538ddf9f4757cce6017ca3a0291cca2dd601 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sun, 5 May 2024 12:12:21 +0200 Subject: [PATCH] dump: add changelog --- changelog/unreleased/pull-4796 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/pull-4796 diff --git a/changelog/unreleased/pull-4796 b/changelog/unreleased/pull-4796 new file mode 100644 index 000000000..319b9ccdc --- /dev/null +++ b/changelog/unreleased/pull-4796 @@ -0,0 +1,8 @@ +Enhancement: Improve `dump` performance for large files + +The `dump` command now retrieves the data chunks for a file in parallel. This +improves the download performance by up to the configured number of parallel +backend connections. + +https://github.com/restic/restic/issues/3406 +https://github.com/restic/restic/pull/4796