[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [torflow/master] Math is hard..
Author: Mike Perry <mikeperry-git@xxxxxxxxxx>
Date: Thu, 30 Sep 2010 19:07:56 -0700
Subject: Math is hard..
Commit: 0efb4746a6a00b6c5c2424ae620eaeda0ab839e4
---
NetworkScanners/ExitAuthority/cron.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/NetworkScanners/ExitAuthority/cron.sh b/NetworkScanners/ExitAuthority/cron.sh
index 18ce1d0..6ffdb14 100755
--- a/NetworkScanners/ExitAuthority/cron.sh
+++ b/NetworkScanners/ExitAuthority/cron.sh
@@ -7,8 +7,8 @@ SCANDIR=~/code/torflow.git/NetworkScanners/ExitAuthority/
# 3. Schedule this script every hour (--croninterval 1).
# 4. Only report from urls that fail from less than 10% of the total
# exits tested so far. (--siterate 10)
-# 5. Only report exits that fail 100% of their tests (--exitrate 100)
-$SCANDIR/snakeinspector.py --email --noreason FailureTimeout --exitrate 100 --siterate 10 --croninterval 1
+# 5. Only report exits that fail 100% of their tests (--exitrate 99)
+$SCANDIR/snakeinspector.py --email --noreason FailureTimeout --exitrate 99 --siterate 10 --croninterval 1
# Optionally, you can use these two lines to allow less regular cron
# scheduling:
--
1.7.1