commit 2a59cd86ae6e8acf52a7f8f6f6610f61318c703c Author: Damian Johnson atagar@torproject.org Date: Sun Aug 3 14:56:19 2014 -0700
Only notify about unknown/mismatching params once a day
We're spamming the list due to a new parameter. There's no need to be so noisy - reducing these notices to once per day. --- data/consensus_health.cfg | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/data/consensus_health.cfg b/data/consensus_health.cfg index 2175d55..8bba54e 100644 --- a/data/consensus_health.cfg +++ b/data/consensus_health.cfg @@ -21,6 +21,8 @@ msg AUTHORITY_UNAVAILABLE => Unable to retrieve the {fetch_type} from {authority # hours that we'll suppress messages if it hasn't changed
suppression DIFFERENT_RECOMMENDED_VERSION => 24 # 1 day +suppression UNKNOWN_CONSENSUS_PARAMETERS => 24 # 1 day +suppression MISMATCH_CONSENSUS_PARAMETERS => 24 # 1 day suppression CERTIFICATE_ABOUT_TO_EXPIRE => 336 # 2 weeks suppression MISSING_BANDWIDTH_SCANNERS => 24 # 1 day suppression EXTRA_BANDWIDTH_SCANNERS => 24 # 1 day
tor-commits@lists.torproject.org