diff options
author | lhunath@3b4ff15f4600f3276d1776a490b734fca0f5c245 <lhunath@web> | 2018-02-02 17:37:27 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-02-02 17:37:27 +0000 |
commit | aa5c40cbdd3658c33506d4b053681f0a488f57c6 (patch) | |
tree | 46179af5fa4a54b6fd77073314fa03de8ed253e3 | |
parent | abc77c11f2106e143be1c5ec9f2f4f7c8ac3d4a0 (diff) |
Added a comment: Simultaneous transfers
-rw-r--r-- | doc/todo/Slow_transfer_for_a_lot_of_small_files/comment_3_dac38d9e48041b59dd1a53180e456ec9._comment | 12 |
1 files changed, 12 insertions, 0 deletions
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 000000000..1b10f9e32 --- /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. +"""]] |