summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-17 13:43:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-17 13:43:08 -0400
commit1e37c0c5fc655dc7d6f6c6d2417e7ba79e6395f7 (patch)
treeb21e5afe2a6cee68e67f4865bcfe6da6741b8bca
parent70cf66fded5af5dfd8e37857cf0c0da1361ed5e5 (diff)
note
-rw-r--r--doc/design/assistant/syncing.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index f874b9932..222adae5e 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -41,6 +41,10 @@ all the other git clones, at both the git level and the key/value level.
branch push, it could try to requeue downloads that it has such intents
registered for.
+ Note that this solution won't cover use cases the other does. For example,
+ connect a USB drive A; B syncs files from it, and then should pass them to C.
+ If the files are not new, C won't immediatly request them from B.
+
## TODO
* Test MountWatcher on LXDE.