From: Vincent Vanwaelscappel Date: Mon, 16 May 2022 09:57:44 +0000 (+0200) Subject: wip #5279 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=008cde4bc94ce297de9a458985b351176d047ff1;p=cubist_cms-back.git wip #5279 @1 --- diff --git a/src/app/Console/Kernel.php b/src/app/Console/Kernel.php index 1f40496..8abe3a3 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')->hourly(); } }