summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-12-07 12:48:36 +1100
committerteor <teor2345@gmail.com>2016-12-19 15:05:40 +1100
commitee3e8fc3e9f3a1d9ec5cce036aea827d173cd544 (patch)
treeeff2296e2b57e0ca52cac59f8f3c11faaccf1de4 /scripts
parent396bddaa4c48453fcc6583188622cc0edf766fa1 (diff)
downloadtor-ee3e8fc3e9f3a1d9ec5cce036aea827d173cd544.tar.gz
tor-ee3e8fc3e9f3a1d9ec5cce036aea827d173cd544.zip
Require fallbacks to have 90% Running, V2Dir, and Guard flags
This allows 73% of clients to bootstrap in the first 5 seconds without contacting an authority. Part of #18828.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/updateFallbackDirs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py
index 337ade128f..1ce0f39d8b 100755
--- a/scripts/maint/updateFallbackDirs.py
+++ b/scripts/maint/updateFallbackDirs.py
@@ -147,9 +147,9 @@ MAX_LIST_FILE_SIZE = 1024 * 1024
ADDRESS_AND_PORT_STABLE_DAYS = 7
# What time-weighted-fraction of these flags must FallbackDirs
# Equal or Exceed?
-CUTOFF_RUNNING = .95
-CUTOFF_V2DIR = .95
-CUTOFF_GUARD = .95
+CUTOFF_RUNNING = .90
+CUTOFF_V2DIR = .90
+CUTOFF_GUARD = .90
# What time-weighted-fraction of these flags must FallbackDirs
# Equal or Fall Under?
# .00 means no bad exits