summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-13 14:07:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-13 14:07:06 -0400
commit9512565e986b216d9262d5b67ce2c22974de889e (patch)
tree64de09703bbb0fda6e7ec83161dfd79897be2fe5
parentc4f17462054c9df29eb892f87eb3a0afa483344a (diff)
add a bug
-rw-r--r--doc/bugs/assistant_does_not_always_use_repo_cost_info_when_queueing_downloads.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/assistant_does_not_always_use_repo_cost_info_when_queueing_downloads.mdwn b/doc/bugs/assistant_does_not_always_use_repo_cost_info_when_queueing_downloads.mdwn
new file mode 100644
index 000000000..c00c3448d
--- /dev/null
+++ b/doc/bugs/assistant_does_not_always_use_repo_cost_info_when_queueing_downloads.mdwn
@@ -0,0 +1,16 @@
+git-annex has nice repository cost tracking, but the assistant doesn't
+always use this when queuing downloads.
+
+For example, if a network comes up, it'll queue a lot of downloads from a
+remote, perhaps expensive server. If a removable drive is then attached,
+which has a lower cost, it'll queue downloads from there, but
+only once it works through all the ones it's already queued from the
+network.
+
+There is a workaround: Since the webapp allows disabling syncing to a
+remote, the user can go in and disable syncing to the network remote
+temporarily.
+
+[[!tag /design/assistant]]
+
+--[[Joey]]