[or-cvs] [torflow/master 64/92] Added max_search_retry to soat_config.py

mikeperry at torproject.org mikeperry at torproject.org
Sat Aug 21 05:14:00 UTC 2010


Author: John M. Schanck <john at anomos.info>
Date: Sat, 7 Aug 2010 18:14:58 -0400
Subject: Added max_search_retry to soat_config.py
Commit: 0297505e6ce89bc9af33d5cbdbab7fbd11f522b9

---
 NetworkScanners/ExitAuthority/soat_config.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/NetworkScanners/ExitAuthority/soat_config.py b/NetworkScanners/ExitAuthority/soat_config.py
index 6411933..c2ecb39 100644
--- a/NetworkScanners/ExitAuthority/soat_config.py
+++ b/NetworkScanners/ExitAuthority/soat_config.py
@@ -24,6 +24,9 @@ num_ssl_hosts = 10
 # Number of HTML urls to scan
 num_html_urls = 10
 
+# Maximum number of searches per filetype before giving up
+max_search_retry = 3
+
 # Hrmm.. Too many of these and Google really h8s us..
 scan_filetypes = ['pdf','exe']
 
-- 
1.7.1




More information about the tor-commits mailing list