From fd783b5003f05bc808d1ae4bcca3b31a98c5bb08 Mon Sep 17 00:00:00 2001 From: conrad96 Date: Mon, 31 Mar 2025 17:03:17 +0300 Subject: [PATCH] edit corntab to run every hour --- docker/statistics/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/statistics/crontab b/docker/statistics/crontab index 1277a88b..ee4a5668 100644 --- a/docker/statistics/crontab +++ b/docker/statistics/crontab @@ -1 +1 @@ -00 23 * * * /usr/local/bin/php /app/sync.php >> /var/log/cron.log 2>&1 \ No newline at end of file +0 * * * * /usr/local/bin/php /app/sync.php >> /var/log/cron.log 2>&1