From 60fc5387900f40195d36b08307767c26624a9228 Mon Sep 17 00:00:00 2001 From: "lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245" Date: Fri, 2 Feb 2018 17:37:27 +0000 Subject: [PATCH] Added a comment: Simultaneous transfers --- ...mment_3_dac38d9e48041b59dd1a53180e456ec9._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/Slow_transfer_for_a_lot_of_small_files/comment_3_dac38d9e48041b59dd1a53180e456ec9._comment diff --git a/doc/todo/Slow_transfer_for_a_lot_of_small_files/comment_3_dac38d9e48041b59dd1a53180e456ec9._comment b/doc/todo/Slow_transfer_for_a_lot_of_small_files/comment_3_dac38d9e48041b59dd1a53180e456ec9._comment new file mode 100644 index 0000000000..1b10f9e32c --- /dev/null +++ b/doc/todo/Slow_transfer_for_a_lot_of_small_files/comment_3_dac38d9e48041b59dd1a53180e456ec9._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245" + nickname="lhunath" + subject="Simultaneous transfers" + date="2018-02-02T17:37:27Z" + content=""" +I highly recommend ensuring that: +1. Each remote can configure a number of maximum simultaneous transfers, where each type of remote comes with a sensible default number. +2. Transfers to multiple individual remotes happen in parallel regardless of their simultaneous transfers setting. + +Judging from the fact that simultaneous transfers happen just fine when you hit the > icon in the webapp, I would assume that most of the underbelly for this is already present. +"""]]