aboutsummaryrefslogtreecommitdiff
path: root/doc/sync
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2014-05-15 19:54:54 +0000
committerGravatar admin <admin@branchable.com>2014-05-15 19:54:54 +0000
commit30c79f4a03cfc964351a986c8bf746960a44025b (patch)
treec4ce72bf0fba89c324b4e5048a9f7b4131299dad /doc/sync
parentfd37e7bbdead9fbe74b18fbc58a0615fe53e7203 (diff)
Added a comment
Diffstat (limited to 'doc/sync')
-rw-r--r--doc/sync/comment_16_96096f994fc55f921f2b24b274f998f7._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/sync/comment_16_96096f994fc55f921f2b24b274f998f7._comment b/doc/sync/comment_16_96096f994fc55f921f2b24b274f998f7._comment
new file mode 100644
index 000000000..587444d36
--- /dev/null
+++ b/doc/sync/comment_16_96096f994fc55f921f2b24b274f998f7._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="108.236.230.124"
+ subject="comment 16"
+ date="2014-05-15T19:54:54Z"
+ content="""
+@Matthias, `git annex sync --content` has to check each file to see if any other repository wants it. This is necessarily going to get slow when there are a lot of files. The assistant does a similar syncing but uses some tricks to avoid scanning all the files too often, while still managing to keep them all in sync -- it can do this since it's a long-running daemon and is aware when files have changed.
+"""]]