This commit is contained in:
parent
12e269482f
commit
d40343f7a5
1 changed files with 1 additions and 0 deletions
1
doc/todo/faster_rsync_remotes.mdwn
Normal file
1
doc/todo/faster_rsync_remotes.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue