aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.