bug
This commit is contained in:
parent
e07003ab73
commit
157f41427f
1 changed files with 10 additions and 0 deletions
10
doc/bugs/rsync_and_gcrypt_special_remotes_make_-J_slow.mdwn
Normal file
10
doc/bugs/rsync_and_gcrypt_special_remotes_make_-J_slow.mdwn
Normal file
|
@ -0,0 +1,10 @@
|
|||
When a rsync or gcrypt special remote is enabled, all git-annex commands
|
||||
with -J become slow, even those that don't access the remote.
|
||||
|
||||
The problem is that Remote.Rsync.gen and Remote.Gcrypt.gen
|
||||
call rsyncTransport which calls sshOptions.
|
||||
When concurrency is enabled, that blocks for a ssh connection to be set up.
|
||||
Even though the ssh connection will often not be used.
|
||||
|
||||
It should be possible for it not to block until the ssh connection is used.
|
||||
--[[Joey]]
|
Loading…
Add table
Add a link
Reference in a new issue