summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM <Edward@web>2013-07-31 22:19:22 +0000
committerGravatar admin <admin@branchable.com>2013-07-31 22:19:22 +0000
commit5105ee4278bc993de64740428d2013c6bc0987c4 (patch)
treefb96ef660529baaa3936deeb7d5f24b621a5d306 /doc
parentb07778c808311ab3a237e45477041724d670daa7 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/faster_rsync_remotes.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/todo/faster_rsync_remotes.mdwn b/doc/todo/faster_rsync_remotes.mdwn
new file mode 100644
index 000000000..5ece25008
--- /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.