Skip to content

Commit

Permalink
run Agent at low priority
Browse files Browse the repository at this point in the history
closes #203
  • Loading branch information
collinbarrett committed Feb 13, 2018
1 parent 3d25867 commit 88ec0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cron
Original file line number Diff line number Diff line change
@@ -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
# FilterLists Capture Snapshots
*/1 * * * * nice -n 19 /usr/bin/flock -n /tmp/filterlistsagent.lockfile /var/www/api.filterlists/FilterLists.Agent > /dev/null 2>&1

0 comments on commit 88ec0b0

Please sign in to comment.