commit 6749f94b64581b2fc866dcd65bead15d483d367e Author: Damian Johnson atagar@torproject.org Date: Mon May 25 20:54:52 2015 -0700
maatuska has resumed its bandwidth auth --- consensus_health_checker.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index 6358a35..1be5794 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -50,12 +50,8 @@ downloader = stem.descriptor.remote.DescriptorDownloader(
Destination = collections.namedtuple('Destination', ('address', 'bcc'))
-# Bandwidth authorities have been having issues... -# -# maatuska: https://trac.torproject.org/projects/tor/ticket/14177 -# tor26: dir-auth@ notice 5/20/15 +# weasel gave a notice on 5/20/15 that tor26's bandwidth auth was having issues
-DIRECTORY_AUTHORITIES['maatuska'].is_bandwidth_authority = False DIRECTORY_AUTHORITIES['tor26'].is_bandwidth_authority = False
tor-commits@lists.torproject.org