summaryrefslogtreecommitdiff
path: root/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-30 14:29:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-30 14:29:02 -0400
commitf42a64198f18708623fc7a6f7e53cfb3b9e5642b (patch)
tree89c46dc442fe8eddc1999032472cc0579ce79f4a /doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
parentff84a7d05050da889da5e48b85067186616da80f (diff)
allow multiple concurrent external special remote processes
Multiple external special remote processes for the same remote will be started as needed when using -J. This should not beak any existing external special remotes, because running multiple git-annex commands at the same time could already start multiple processes for the same external special remotes.
Diffstat (limited to 'doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn')
-rw-r--r--doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn b/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
index a515d35ca..65575f8a1 100644
--- a/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
+++ b/doc/todo/external_special_remote_not_used_concurrently_with_-J.mdwn
@@ -7,3 +7,5 @@ This should not be hard to make to use a pool of Externals, starting up a
new one if the pool is empty or all in use. --[[Joey]]
[[users/yoh]] may want this for datalad?
+
+> [[done]] --[[Joey]]