[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [doctor/master] Warning every 6 hours about consensus params is enough.
commit 55233628d9b62bfae8a1fff64750904149c7dbcb
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Fri Jan 27 08:09:40 2012 +0100
Warning every 6 hours about consensus params is enough.
---
src/org/torproject/doctor/StatusFileReport.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/org/torproject/doctor/StatusFileReport.java b/src/org/torproject/doctor/StatusFileReport.java
index 040a687..b103b4a 100644
--- a/src/org/torproject/doctor/StatusFileReport.java
+++ b/src/org/torproject/doctor/StatusFileReport.java
@@ -121,7 +121,7 @@ public class StatusFileReport {
case ConflictingOrInvalidConsensusParams:
warningStrings.put("NOTICE: The following directory "
+ "authorities set conflicting or invalid consensus "
- + "parameters: " + detailsString, 150L * 60L * 1000L);
+ + "parameters: " + detailsString, 330L * 60L * 1000L);
break;
case CertificateExpiresInThreeMonths:
warningStrings.put("NOTICE: The certificates of the following "
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits