From 6fb0756abdcd6ec914b651475e3971f90bfcfdcc Mon Sep 17 00:00:00 2001 From: Promofaux Date: Thu, 29 Sep 2016 22:40:18 +0100 Subject: [PATCH] change db flush to 1 minute past midnight to stop results from 23:59 appearing in stats. Once we start storing more than one day, this can be revised. --- advanced/pihole.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/pihole.cron b/advanced/pihole.cron index 7e52ca09..407af023 100644 --- a/advanced/pihole.cron +++ b/advanced/pihole.cron @@ -20,6 +20,6 @@ * * * * * root /usr/local/bin/pihole importLogToDatabase # Pi-hole: Flush the database daily at 00:00 so it doesn't get out of control -00 00 * * * root /usr/local/bin/pihole flush +1 0 * * * root /usr/local/bin/pihole flush