rofl0r ef9158015f 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"
2019-01-11 00:25:01 +00:00
2019-01-08 02:17:10 +00:00
2019-01-08 15:48:38 +00:00
2019-01-03 16:36:31 +00:00
2019-01-07 23:36:56 +00:00
2019-01-05 00:22:28 +00:00
2019-01-10 19:22:21 +00:00
2019-01-03 16:36:31 +00:00
2019-01-10 19:22:21 +00:00
2019-01-05 00:22:28 +00:00
2019-01-03 16:36:31 +00:00
Description
No description provided
3.7 MiB
Languages
Python 74.2%
JavaScript 10.5%
CSS 7.4%
Shell 4%
HTML 3.7%
Other 0.2%