summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-06 14:58:30 -0600
committerGravatar Joey Hess <joey@kitenet.net>2012-07-06 14:58:30 -0600
commit27ac0ec332d4d3cd8ee03d16b7e22d0498157b14 (patch)
tree43f793d8a2db71d635f878f7d65d5aa83cecd8d5
parent8489419debfdfb3fb58ba447afd6a7e340d99b62 (diff)
ssh connection caching is ok, but there is another problem
-rw-r--r--doc/design/assistant/syncing.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index abeb74fb7..9c607f992 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -14,8 +14,7 @@ all the other git clones, at both the git level and the key/value level.
* git-annex needs a simple speed control knob, which can be plumbed
through to, at least, rsync. A good job for an hour in an
airport somewhere.
-* file transfers run in background processes, which means they
- probably don't participate in ssh connection caching. Verify this and fix.
+* file transfer processes are not waited for, contain the zombies.
## longer-term TODO