[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [doctor/master] Reduce fallback notification theshold to 25%



commit 9dd9c7ed3354f5abf97e4966593f72f1cc9ff836
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
Date:   Tue Jan 15 10:09:13 2019 -0800

    Reduce fallback notification theshold to 25%
    
    Dropping the threshold and adding Colin as requested on...
    
      https://trac.torproject.org/projects/tor/ticket/29094
---
 fallback_directories.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fallback_directories.py b/fallback_directories.py
index 753c745..e5b5ad8 100755
--- a/fallback_directories.py
+++ b/fallback_directories.py
@@ -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@xxxxxxxxxxxxxxxxxxxx', 'teor@xxxxxxxxxxxxxx', 'nickm@xxxxxxxxxxxxxx']
+NOTIFICATION_THRESHOLD = 25  # send notice if this percentage of fallbacks are unusable
+TO_ADDRESSES = ['tor-consensus-health@xxxxxxxxxxxxxxxxxxxx', 'teor@xxxxxxxxxxxxxx', 'nickm@xxxxxxxxxxxxxx', 'colin@xxxxxxxxxxxxxx']
 EMAIL_SUBJECT = 'Fallback Directory Summary (%i/%i, %i%%)'
 
 EMAIL_BODY = """\

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits