[doctor/master] Pretend maatuska isn't a bandwidth authority

commit 395e46b3bccd8ae10f46da8cf8ab5f7a52b054e0 Author: Damian Johnson <atagar@torproject.org> Date: Tue Jan 13 07:41:21 2015 -0800 Pretend maatuska isn't a bandwidth authority Linus asked us to stop sending alerts for his bandwidth authority. It has been having issues for quite some time and he's tracking the issue on... https://trac.torproject.org/projects/tor/ticket/14177 --- consensus_health_checker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consensus_health_checker.py b/consensus_health_checker.py index f8134bc..a7dc67f 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -50,6 +50,8 @@ downloader = stem.descriptor.remote.DescriptorDownloader( Destination = collections.namedtuple('Destination', ('address', 'bcc')) +DIRECTORY_AUTHORITIES['maatuska'].is_bandwidth_authority = False + class Issue(object): """
participants (1)
-
atagar@torproject.org