From b77921545a7b42871b10e9ac6ac9051ed80608dc Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 13 Feb 2018 20:29:54 -0600 Subject: [PATCH] increase snapshot frequency 5 mins only allowed 288 lists per day. to crawl all lists per day, run cron every 3 mins. --- scripts/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cron b/scripts/cron index a7b545b00..6c7727471 100644 --- a/scripts/cron +++ b/scripts/cron @@ -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 \ No newline at end of file +*/3 * * * * nice -n 19 /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/api.filterlists/FilterLists.Agent > /dev/null 2>&1 \ No newline at end of file