diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-12 12:49:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-12 12:49:22 -0400 |
commit | 613b162611b45ebd6e4f7ee1d1227b46b02cc4c7 (patch) | |
tree | 5fa164977844adafe5f4f23ae80a60c483de4244 | |
parent | 5fecd2cab5c4d92c2260ecb73319f59d869a256d (diff) |
note infelicities with syncing disabling
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index a5a970fd1..f3d959a33 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -8,6 +8,11 @@ The webapp is a web server that displays a shiny interface. This is quite likely because of how the div containing transfers is refereshed. If instead javascript was used to update the progress bar etc for transfers with json data, the buttons would work better. +* Disabling syncing to a remote doesn't stop any running transfer scan, + which can still queue uploads or downloads to the remote. +* Transfers from a remote with syncing disabled show as from "unknown". + (Note that it's probably not practical to prevent a remote with syncing + disabled from initiating transfers, so this can happen.) ## interface |