From 21a3486ebbf37d56379a10b01464f5549060f474 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 14 Oct 2018 17:38:12 +0200 Subject: [PATCH] Rework changelog entry --- changelog/unreleased/issue-1605 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/unreleased/issue-1605 b/changelog/unreleased/issue-1605 index 2d8597610..bc78a6d98 100644 --- a/changelog/unreleased/issue-1605 +++ b/changelog/unreleased/issue-1605 @@ -1,11 +1,11 @@ Enhancement: Concurrent restore This change significantly improves restore performance, especially -when using high-latency remote repositories like B2. +when using high-latency remote repositories like B2. -Implementation uses threads to download and process miltiple remote -files concurrently. To further reduce restore time, each remote -file is downloaded using single repository request. +The implementation now uses several concurrent threads to download and process +multiple remote files concurrently. To further reduce restore time, each remote +file is downloaded using a single repository request. https://github.com/restic/restic/issues/1605 https://github.com/restic/restic/pull/1719