Set CONSENSUS_EXPIRY_TOLERANCE to 0

This commit is contained in:
Dominique Ingoglia 2017-12-19 16:48:59 -07:00 committed by teor
parent 1dab8bae21
commit 23979d7682
No known key found for this signature in database
GPG Key ID: 740D9E39025272A2
1 changed files with 1 additions and 1 deletions

View File

@ -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