diff options
-rw-r--r-- | doc/todo/faster_rsync_remotes.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/faster_rsync_remotes.mdwn b/doc/todo/faster_rsync_remotes.mdwn index 5ece25008..8c40b2816 100644 --- a/doc/todo/faster_rsync_remotes.mdwn +++ b/doc/todo/faster_rsync_remotes.mdwn @@ -1 +1,4 @@ Using an rsync remote is currently very slow when there are a lot of files, since rsync appears to be called for each file copied. It would be awesome if each call to rsync was amortized to copy many files; rsync is very good at copying many small files quickly. + +> [[done]]; bug submitter was apparently not using a version +> with rsync connection caching. --[[Joey]] |