diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-10-05 11:29:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-10-05 11:29:51 -0400 |
commit | a47779814dd90c286db13549f65dd48b9cea91bd (patch) | |
tree | 5c788354a6db04bdbf5ffca96afe373289eb2364 | |
parent | 614e98ff2226ccf13a55a2b1e404fee0cd5daf46 (diff) | |
parent | 7b2081bd3c3cbf21084a211854e795606a10fb2e (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/devblog/day_418__concurrent_externals/comment_3_39c729fc2ea4b597d13e54d60bb36d0d._comment b/doc/devblog/day_418__concurrent_externals/comment_3_39c729fc2ea4b597d13e54d60bb36d0d._comment new file mode 100644 index 000000000..7f4202ab9 --- /dev/null +++ b/doc/devblog/day_418__concurrent_externals/comment_3_39c729fc2ea4b597d13e54d60bb36d0d._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="Adam" + subject="comment 3" + date="2016-10-04T21:24:50Z" + content=""" +Oh, I see, thanks. Have you thought about adding an option for that to the assistant? For example, I tested syncing a bunch of text files through a special remote, and even though the files were small, the per-command latency added up, so the effective transfer rate wasn't very high. If it were easy to set the concurrency option in the assistant, I guess it would help with that. +"""]] diff --git a/doc/devblog/day_418__concurrent_externals/comment_4_6b254fbe92d40abc30d01afe5d039afc._comment b/doc/devblog/day_418__concurrent_externals/comment_4_6b254fbe92d40abc30d01afe5d039afc._comment new file mode 100644 index 000000000..8f3387ee1 --- /dev/null +++ b/doc/devblog/day_418__concurrent_externals/comment_4_6b254fbe92d40abc30d01afe5d039afc._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="evilmoo@0c9697a666c2853b3b3229b6646d3a4e849f7ec8" + nickname="evilmoo" + subject="bittorrent" + date="2016-10-05T03:53:05Z" + content=""" +Will this speed up the problems with added Bittorrent URLs only downloading one file at a time? +"""]] |