Skip to content
Snippets Groups Projects
Commit 9dd9c7ed authored by Damian Johnson's avatar Damian Johnson
Browse files

Reduce fallback notification theshold to 25%

Dropping the threshold and adding Colin as requested on...

  https://trac.torproject.org/projects/tor/ticket/29094
parent 342dab71
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ import util
log = util.get_logger('fallback_directories')
NOTIFICATION_THRESHOLD = 50 # send notice if this percentage of fallbacks are unusable
TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor@torproject.org', 'nickm@torproject.org']
NOTIFICATION_THRESHOLD = 25 # send notice if this percentage of fallbacks are unusable
TO_ADDRESSES = ['tor-consensus-health@lists.torproject.org', 'teor@torproject.org', 'nickm@torproject.org', 'colin@torproject.org']
EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)'
EMAIL_BODY = """\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment