summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-01-12 12:26:06 -0500
committerNick Mathewson <nickm@torproject.org>2016-01-12 12:26:06 -0500
commitd062baac86c824f8a3ddfead3a8c88b3f87068c1 (patch)
treed84e714c2d707e540f027a68d077e8bc19cc6b30 /scripts
parent7616922e8136d5d63661cfdfc4802608b16fdef7 (diff)
parentbc2bed89792ef6cabb42a88629615eac699d6cdf (diff)
downloadtor-d062baac86c824f8a3ddfead3a8c88b3f87068c1.tar.gz
tor-d062baac86c824f8a3ddfead3a8c88b3f87068c1.zip
Merge remote-tracking branch 'teor/bug17888'
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 3e8a22bc12..5c9b320ee4 100755
--- a/scripts/maint/updateFallbackDirs.py
+++ b/scripts/maint/updateFallbackDirs.py
@@ -98,7 +98,7 @@ MIN_FALLBACK_COUNT = 100
## Fallback Weight Settings
# Any fallback with the Exit flag has its weight multipled by this fraction
-EXIT_WEIGHT_FRACTION = 0.2
+EXIT_WEIGHT_FRACTION = 1.0
# If True, emit a C #error if we can't satisfy various constraints
# If False, emit a C comment instead