From b636d416b9c91c6104cc10f3d922287a51d5fc74 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 22 Mar 2015 20:30:28 +0100 Subject: [PATCH] Increase autoupdater probabilities --- site.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.conf b/site.conf index 41fa690..8680677 100644 --- a/site.conf +++ b/site.conf @@ -84,7 +84,7 @@ 'http://firmware.ffmuc.net/stable/sysupgrade/', 'http://[fdef:ffc0:4fff::130]/firmware/stable/sysupgrade/', }, - probability = 0.08, + probability = 0.1, good_signatures = 2, pubkeys = { '2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole @@ -98,7 +98,7 @@ 'http://firmware.ffmuc.net/experimental/sysupgrade/', 'http://[fdef:ffc0:4fff::130]/firmware/experimental/sysupgrade/', }, - probability = 0.1, + probability = 0.5, good_signatures = 1, pubkeys = { '2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)