aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 15:19:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 15:19:53 -0400
commitfbbd33bd4f2da56170ae1283644487a558a2c734 (patch)
treeb52434dfef2a89d1082a941bdc988418c8c8b347
parent1f82ba39fe1864c5979a08a07943fdd6df181445 (diff)
devblog
-rw-r--r--doc/devblog/day_414__improved_parallel_get.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/devblog/day_414__improved_parallel_get.mdwn b/doc/devblog/day_414__improved_parallel_get.mdwn
new file mode 100644
index 000000000..28f6c8ad8
--- /dev/null
+++ b/doc/devblog/day_414__improved_parallel_get.mdwn
@@ -0,0 +1,6 @@
+Turned out to not be very hard at all to make `git annex get -JN`
+assign different threads to different remotes that have the same cost.
+Something like that was requested back in 2011, but it didn't really make
+sense until parallel get was implemented last year.
+
+(Also spent too much time fixing up broken builds.)