mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
increase snapshot frequency
5 mins only allowed 288 lists per day. to crawl all lists per day, run cron every 3 mins.
This commit is contained in:
parent
b8731f61c4
commit
b77921545a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# FilterLists Capture Snapshots
|
||||
*/5 * * * * nice -n 19 /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/api.filterlists/FilterLists.Agent > /dev/null 2>&1
|
||||
*/3 * * * * nice -n 19 /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/api.filterlists/FilterLists.Agent > /dev/null 2>&1
|
||||
Loading…
Reference in a new issue