From 4a773f26080d6f125579fc3bb0c4dcceff7d1de2 Mon Sep 17 00:00:00 2001
From: Joey Hess <joeyh@joeyh.name>
Date: Wed, 4 May 2016 13:29:37 -0400
Subject: [PATCH] response

---
 ...ent_2_c9017041b01d803b346b1b14b8d1e066._comment | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 doc/git-annex-drop/comment_2_c9017041b01d803b346b1b14b8d1e066._comment

diff --git a/doc/git-annex-drop/comment_2_c9017041b01d803b346b1b14b8d1e066._comment b/doc/git-annex-drop/comment_2_c9017041b01d803b346b1b14b8d1e066._comment
new file mode 100644
index 0000000000..63047d7447
--- /dev/null
+++ b/doc/git-annex-drop/comment_2_c9017041b01d803b346b1b14b8d1e066._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2016-05-04T17:23:41Z"
+ content="""
+@zpeters, the order that remotes are accessed are ordered by cost.
+
+You can configure the costs of remotes by setting remote.$name.annex-cost
+to eg 100 to make it be checked first or 300 to make it be checked later.
+
+There's also a remote.$name.annex-cost-command that runs a command to get
+the cost. You could perhaps use that to detect which network you're on and
+alter the costs appropriately.
+"""]]