summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 16:28:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-05 16:28:25 -0400
commit91f213b7a816e551dbc282e775fd0d558888fa0c (patch)
tree903d95e6e494d489f549d607ec2ebec32f8b8d92
parent4d44f2f737c6c10d3a9be3cfb48ea89ca6cf6e43 (diff)
comment
-rw-r--r--doc/forum/download_from_multiple_remotes_in_parallel/comment_1_81e2612ddaffefec81455e9ff706c4c9._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/forum/download_from_multiple_remotes_in_parallel/comment_1_81e2612ddaffefec81455e9ff706c4c9._comment b/doc/forum/download_from_multiple_remotes_in_parallel/comment_1_81e2612ddaffefec81455e9ff706c4c9._comment
new file mode 100644
index 000000000..bb603c819
--- /dev/null
+++ b/doc/forum/download_from_multiple_remotes_in_parallel/comment_1_81e2612ddaffefec81455e9ff706c4c9._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-09-05T20:18:56Z"
+ content="""
+Currently the way to do this to run two git-annex get's in parallel, one
+--from A and the other --from B. They will avoid stepping on each other's
+toes.
+
+-J2 does not currently accomplish this; git-annex always defaults to
+using the remote with the lowest cost. It might be a nice improvement to
+have get round-robin when multiple remotes of the same cost contain files.
+[[todo/get_round_robin]]
+"""]]