This commit is contained in:
Joey Hess 2013-09-13 15:57:34 -04:00
parent 11c4fa96ea
commit f3d4746e04

View file

@ -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]]