Commit 87931faf authored by Damian Johnson's avatar Damian Johnson
Browse files

Disable bwauth notifications for tor26

Peter's having issues with his bwauth and has shut it down. No point in
spamming him unnecessarily.
parent 01913883
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -50,7 +50,13 @@ 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

DIRECTORY_AUTHORITIES['maatuska'].is_bandwidth_authority = False
DIRECTORY_AUTHORITIES['tor26'].is_bandwidth_authority = False


class Issue(object):