update config.ini.sample
This commit is contained in:
@@ -4,20 +4,30 @@ tor_hosts = 127.0.0.1:9050
|
||||
[watchd]
|
||||
max_fail = 5
|
||||
threads = 10
|
||||
timeout = 15
|
||||
timeout = 9
|
||||
submit_after = 200
|
||||
use_ssl = false
|
||||
debug = false
|
||||
checktime = 3600
|
||||
perfail_checktime = 3600
|
||||
use_ssl = 0
|
||||
debug = 0
|
||||
checktime = 1200
|
||||
perfail_checktime = 300
|
||||
database = proxies.sqlite
|
||||
outage_threshold = 4
|
||||
tor_safeguard = 0
|
||||
|
||||
[ppf]
|
||||
max_fail = 5
|
||||
search = true
|
||||
search = 1
|
||||
timeout = 30
|
||||
http_retries = 1
|
||||
checktime = 3600
|
||||
perfail_checktime = 16000
|
||||
database = websites.sqlite
|
||||
threads = 3
|
||||
tor_safeguard = 0
|
||||
|
||||
[scraper]
|
||||
|
||||
[httpd]
|
||||
listenip = 127.0.0.1
|
||||
port = 8081
|
||||
enabled = 0
|
||||
|
||||
Reference in New Issue
Block a user