proxywatchd: make checktime constants configurable

this requires only saving the last checked time in `tested`.
you can run the following sql statement to update the existing values
in the database:
sqlite3 proxylist.sqlite \
"update proxylist set tested=tested-(1800+(failed*3600)) where failed < 6"
This commit is contained in:
rofl0r
2019-01-10 19:47:11 +00:00
committed by mickael
parent 087559637e
commit ef9158015f
3 changed files with 10 additions and 7 deletions

View File

@@ -9,6 +9,8 @@ timeout = 15
submit_after = 200
use_ssl = false
debug = false
checktime = 3600
perfail_checktime = 3600
[ppf]
search = true