diff options
author | 2015-02-27 14:56:47 -0400 | |
---|---|---|
committer | 2015-02-27 14:56:47 -0400 | |
commit | a8d3592f878c404d526dfd69ae521769ad98f7d5 (patch) | |
tree | 60c1c4296c765e54b0c2cca57ef5a4a78c229833 | |
parent | d65d777cd82dcf6f30ef5b1784f1461c5e8bbdcc (diff) |
response
-rw-r--r-- | doc/forum/Verification/comment_1_d56818a8f5b3a94ecf5159c76f24768c._comment | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/forum/Verification/comment_1_d56818a8f5b3a94ecf5159c76f24768c._comment b/doc/forum/Verification/comment_1_d56818a8f5b3a94ecf5159c76f24768c._comment new file mode 100644 index 000000000..d9684d922 --- /dev/null +++ b/doc/forum/Verification/comment_1_d56818a8f5b3a94ecf5159c76f24768c._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-02-27T18:51:52Z" + content=""" +Well, it depends on how big the files are, but taking a few hours to sync +might indicate that your repositories are not immediately notifying +one-another of changes. It might be falling back to polling every half +an hour for new changes. + +You could fix that by setting up XMPP, or better, by installing git-annex +5.20140421 or newer on the SSH server; then the clients would immediately +notify when there are changes. + +You can find out if all files are present on the server by running +`git annex find --not --in $server` on one of the clients. Any files +it prints out have not been stored in the server. +"""]] |