[or-cvs] r22758: {arm} Accidently checked in a low threshold that was being used fo (arm/trunk/init)

Damian Johnson atagar1 at gmail.com
Sat Jul 31 21:01:31 UTC 2010


Author: atagar
Date: 2010-07-31 21:01:31 +0000 (Sat, 31 Jul 2010)
New Revision: 22758

Modified:
   arm/trunk/init/consensusTracker.py
Log:
Accidently checked in a low threshold that was being used for testing (oops!).


Modified: arm/trunk/init/consensusTracker.py
===================================================================
--- arm/trunk/init/consensusTracker.py	2010-07-31 21:00:34 UTC (rev 22757)
+++ arm/trunk/init/consensusTracker.py	2010-07-31 21:01:31 UTC (rev 22758)
@@ -48,7 +48,7 @@
 DEFAULT_NS_OUTPUT = "./newRelays"
 
 # thresholds at which alerts are sent for relay counts
-HOURLY_COUNT_THRESHOLD = 5
+HOURLY_COUNT_THRESHOLD = 20
 HOURLY_BW_THRESHOLD = 6553600 # trying 50 Mbit/s
 
 OPT = "g:t:f:n:qh"



More information about the tor-commits mailing list