allows all options to be overridden by command line. e.g. [watchd] threads=10 debug=false --watch.threads=50 --debug=true
19 lines
239 B
Plaintext
19 lines
239 B
Plaintext
[common]
|
|
tor_hosts = 127.0.0.1:9050
|
|
database = proxylist.sqlite
|
|
|
|
[watchd]
|
|
max_fail = 5
|
|
threads = 10
|
|
timeout = 15
|
|
submit_after = 200
|
|
use_ssl = false
|
|
debug = false
|
|
|
|
[ppf]
|
|
search = true
|
|
timeout = 30
|
|
checktime = 3600
|
|
perfail_checktime = 3600
|
|
|