From bc2b7a49745c79cbf8ce102d5bb5eb13d0aaa923 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 13 Feb 2018 16:15:43 -0600 Subject: [PATCH] space snapshots more evenly throughout day --- scripts/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cron b/scripts/cron index 2bf203a75..a7b545b00 100644 --- a/scripts/cron +++ b/scripts/cron @@ -1,2 +1,2 @@ # FilterLists Capture Snapshots -*/1 * * * * 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 +*/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