From 33654b2022e69110d3422b55c3ae7fe28ce9a2f0 Mon Sep 17 00:00:00 2001 From: Thomas Fradet <t.fradet8@gmail.com> Date: Fri, 24 May 2019 14:11:39 +0200 Subject: [PATCH] cron frequence --- db/tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/tasks.php b/db/tasks.php index d7c7f2e..9435163 100644 --- a/db/tasks.php +++ b/db/tasks.php @@ -51,7 +51,7 @@ 'blocking' => 0, 'minute' => '0', 'hour' => '22', - 'day' => '*/1', + 'day' => '*', 'month' => '*', 'dayofweek' => '*' ) -- GitLab