[tor-commits] [doctor/master] Disable check for BadExit being in sync
atagar at torproject.org
atagar at torproject.org
Sun Sep 11 18:12:45 UTC 2016
commit c3f7557b55b865ad9a6d80815c746974addf4dbc
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Sep 11 11:11:50 2016 -0700
Disable check for BadExit being in sync
Authorities have been out of sync for months with no sign it'll be fixed.
Disabling the check.
---
consensus_health_checker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index a2859e9..f5ab3d2 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -322,7 +322,7 @@ def run_checks(consensuses, votes):
#unmeasured_relays,
has_authority_flag,
is_recommended_versions,
- bad_exits_in_sync,
+ #bad_exits_in_sync,
bandwidth_authorities_in_sync,
is_orport_reachable,
)
More information about the tor-commits
mailing list