summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDominique Ingoglia <ingoglia.osource@keemail.me>2017-12-19 16:48:59 -0700
committerteor <teor2345@gmail.com>2018-01-05 13:26:10 +1100
commit23979d76828a0610140ab8cf43572f8c744d571f (patch)
treeb91fd2eda03c931e71b6de09f4119ebd41fd5c0e /scripts
parent1dab8bae21bc32e5d4e3ff954f4919d6506ad2e1 (diff)
downloadtor-23979d76828a0610140ab8cf43572f8c744d571f.tar.gz
tor-23979d76828a0610140ab8cf43572f8c744d571f.zip
Set CONSENSUS_EXPIRY_TOLERANCE to 0
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 3efd408ec7..8ca5a72961 100755
--- a/scripts/maint/updateFallbackDirs.py
+++ b/scripts/maint/updateFallbackDirs.py
@@ -102,7 +102,7 @@ DOWNLOAD_MICRODESC_CONSENSUS = True
# 0.3.0.0-alpha-dev and later deliver stale consensuses, but typically recover
# after ~12 hours.
# We should make this lower when #20909 is fixed, see #20942.
-CONSENSUS_EXPIRY_TOLERANCE = 24*60*60
+CONSENSUS_EXPIRY_TOLERANCE = 0
# Output fallback name, flags, bandwidth, and ContactInfo in a C comment?
OUTPUT_COMMENTS = True if OUTPUT_CANDIDATES else False