summaryrefslogtreecommitdiff
path: root/doc/todo/faster_rsync_remotes.mdwn
blob: 5ece25008b7b83528c9c432452b2edb7fc1bf003 (plain)
1
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.