summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-05-16 18:06:05 +1000
committerteor <teor2345@gmail.com>2017-05-16 18:12:10 +1000
commitcd687a0a2c430efac0bf98dcc837c3809a63c52b (patch)
tree54574630ec6555708c4acdad20c3c127fb7fe911 /scripts
parent0e81e2114adb16787d865e2f658183c9b5abdd23 (diff)
downloadtor-cd687a0a2c430efac0bf98dcc837c3809a63c52b.tar.gz
tor-cd687a0a2c430efac0bf98dcc837c3809a63c52b.zip
Update fallback stability requirements
Decrease the minimum number of fallbacks to 100. Final fix to 20913.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/updateFallbackDirs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py
index e116659c25..82a60420b4 100755
--- a/scripts/maint/updateFallbackDirs.py
+++ b/scripts/maint/updateFallbackDirs.py
@@ -198,7 +198,7 @@ FALLBACK_PROPORTION_OF_GUARDS = None if OUTPUT_CANDIDATES else _FB_POG
# Limit the number of fallbacks (eliminating lowest by advertised bandwidth)
MAX_FALLBACK_COUNT = None if OUTPUT_CANDIDATES else 200
# Emit a C #error if the number of fallbacks is less than expected
-MIN_FALLBACK_COUNT = 0 if OUTPUT_CANDIDATES else MAX_FALLBACK_COUNT*0.75
+MIN_FALLBACK_COUNT = 0 if OUTPUT_CANDIDATES else MAX_FALLBACK_COUNT*0.5
# The maximum number of fallbacks on the same address, contact, or family
# With 200 fallbacks, this means each operator can see 1% of client bootstraps