This commit is contained in:
Joey Hess 2016-09-05 12:40:22 -04:00
parent 5ddd35eea5
commit 48dd1bfb5c
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 17 additions and 1 deletions

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-09-05T16:34:35Z"
content="""
Remotes have configurable costs, see `remote.<name>.annex-cost`
documentation in [[git-annex]].
`git annex get` and some other commands can be used with `-J3` to
download multiple files at once. However, it only downloads
each file from the cheapest remote that has a copy.
It would perhaps be an interesting improvement to make it round-robin
amoung remotes if there are multiple ones that have the same cost.
"""]]