diff --git a/doc/todo/faster_rsync_remotes.mdwn b/doc/todo/faster_rsync_remotes.mdwn new file mode 100644 index 0000000000..5ece25008b --- /dev/null +++ b/doc/todo/faster_rsync_remotes.mdwn @@ -0,0 +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.