aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-13 14:10:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-13 14:10:29 -0400
commit9a378b18fb1fe1b87bc9182e964eddabb6779b86 (patch)
tree2ec20d46fc60939657725b5e8b7375b1a65f6365 /doc
parent27869d94dfb18784bbd53c4191c2000ee37ff30c (diff)
webapp: Set locally paired repositories to a lower cost than other network remotes.
Diffstat (limited to 'doc')
-rw-r--r--doc/assistant/release_notes.mdwn6
-rw-r--r--doc/bugs/smarter_flood_filling.mdwn4
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/assistant/release_notes.mdwn b/doc/assistant/release_notes.mdwn
index aa79cd9b7..bdd37cafe 100644
--- a/doc/assistant/release_notes.mdwn
+++ b/doc/assistant/release_notes.mdwn
@@ -1,3 +1,9 @@
+## version 4.20130314
+
+If you have already used the webapp to locally pair two computers,
+you're recommended to configure the cost of each to be 175, so
+it is used in preference to more expensive remotes on the network.
+
## version 4.20130227
This release fixes a bug with globbing that broke preferred content expressions.
diff --git a/doc/bugs/smarter_flood_filling.mdwn b/doc/bugs/smarter_flood_filling.mdwn
index a2a4f2ce5..47b6942c7 100644
--- a/doc/bugs/smarter_flood_filling.mdwn
+++ b/doc/bugs/smarter_flood_filling.mdwn
@@ -10,12 +10,14 @@ It occurred to me this morning that there is a simple change that can avoid
this.
1. Ensure that locally paired computers have a lower cost than network
- transfer remotes.
+ transfer remotes. (done)
2. When queuing uploads, queue transfers to the lowest cost remotes first.
(already done)
3. Just before starting a transfer, re-check if the transfer is still wanted.
(done)
+> [[done]]
+
Now, unnecessary transfers to tranfer repos are avoided if it can send
the file locally instead.