[tor-commits] [tor/master] Set CONSENSUS_EXPIRY_TOLERANCE to 0

nickm at torproject.org nickm at torproject.org
Fri Jan 5 21:47:34 UTC 2018


commit 23979d76828a0610140ab8cf43572f8c744d571f
Author: Dominique Ingoglia <ingoglia.osource at keemail.me>
Date:   Tue Dec 19 16:48:59 2017 -0700

    Set CONSENSUS_EXPIRY_TOLERANCE to 0
---
 scripts/maint/updateFallbackDirs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py
index 3efd408ec..8ca5a7296 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





More information about the tor-commits mailing list