fix sshCleanup race using STM
This commit is contained in:
parent
191665e7f0
commit
3f4b671486
4 changed files with 19 additions and 22 deletions
|
@ -15,6 +15,3 @@ up several ssh's at the same time, so connection caching didn't kick in,
|
|||
and there could be a bunch of ssh password prompts at the same time. Now
|
||||
there will never be more than one ssh password prompt at once, and only one
|
||||
prompt per host. (As long as connection caching is enabled.)
|
||||
|
||||
That mostly works, but `git annex drop -J` exposes a bug in it, which I'll
|
||||
have to get back to tomorrow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue