summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist__58___do_round_robin_downloading_of_data.mdwn
Commit message (Collapse)AuthorAge
* get -J: Download different files from different remotes when the remotes ↵Gravatar Joey Hess2016-09-06
| | | | | | | | | | | | | | | | | have the same costs. Only done in -J mode because only if there's concurrency can downloading from two remotes be faster. Without concurrency, it's likely the case that sequential downloads from the same remote are faster than switching back and forth between two remotes. There is some hairy MVar code here, but basically it just keeps the activeremotes MVar full except when deciding which remote to assign to a thread. Also affects gets by sync --content -J This commit was sponsored by Jochen Bartl.
* devblogGravatar Joey Hess2016-09-05
|
* rename files containing :Gravatar Joey Hess2016-03-12
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..