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:
Collin M. Barrett 2018-02-13 20:29:54 -06:00
parent b8731f61c4
commit b77921545a

View file

@ -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