diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-13 14:10:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-13 14:10:29 -0400 |
commit | 9a378b18fb1fe1b87bc9182e964eddabb6779b86 (patch) | |
tree | 2ec20d46fc60939657725b5e8b7375b1a65f6365 /doc/bugs/smarter_flood_filling.mdwn | |
parent | 27869d94dfb18784bbd53c4191c2000ee37ff30c (diff) |
webapp: Set locally paired repositories to a lower cost than other network remotes.
Diffstat (limited to 'doc/bugs/smarter_flood_filling.mdwn')
-rw-r--r-- | doc/bugs/smarter_flood_filling.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
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. |