From 88ec0b0833943723f0cf2d5d99af53c49d8c4714 Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Mon, 12 Feb 2018 18:20:23 -0600 Subject: [PATCH] run Agent at low priority closes #203 --- scripts/cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cron b/scripts/cron index 5a6a63b855..2bf203a75c 100644 --- a/scripts/cron +++ b/scripts/cron @@ -1,2 +1,2 @@ -# FilterLists - Try Capture Snapshots Every Minute (skips if previous still running) -*/1 * * * * /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/filterlists/FilterLists.Agent > /dev/null 2>&1 \ No newline at end of file +# 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