From b9fa6e05bd3769ba369e73397cebc0ef9f2696b9 Mon Sep 17 00:00:00 2001 From: greatroar <61184462+greatroar@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:53:52 +0200 Subject: [PATCH] Add changelog for #3837/#3840 --- changelog/unreleased/issue-3837 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/issue-3837 diff --git a/changelog/unreleased/issue-3837 b/changelog/unreleased/issue-3837 new file mode 100644 index 000000000..11e06d953 --- /dev/null +++ b/changelog/unreleased/issue-3837 @@ -0,0 +1,8 @@ +Enhancement: SFTP backend initialization is faster on slow links + +Restic init on an SFTP backend now sends multiple mkdir commands to the +backend concurrently, to reduce the wait when creating a repository +over a very slow link. + +https://github.com/restic/restic/issues/3837 +https://github.com/restic/restic/pull/3840