summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.