From: Vincent Vanwaelscappel Date: Mon, 16 May 2022 10:18:22 +0000 (+0200) Subject: wip #5279 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=85d681822fe0337a541ce99ec7a9d1c4c145f3a7;p=cubist_cms-back.git wip #5279 --- diff --git a/src/app/Console/Kernel.php b/src/app/Console/Kernel.php index 8abe3a3..0d68f07 100644 --- a/src/app/Console/Kernel.php +++ b/src/app/Console/Kernel.php @@ -18,6 +18,6 @@ class Kernel extends ConsoleKernel $schedule->command('backup:clean')->daily()->at('04:00'); $schedule->command('backup:run')->daily()->at('05:00'); - //$schedule->command('media-library:regenerate --only-missing')->hourly(); + //$schedule->command('media-library:regenerate --only-missing')->daily(); } }