]> _ Git - cubist_cms-back.git/commitdiff
wip #5279 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 16 May 2022 09:57:44 +0000 (11:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 16 May 2022 09:57:44 +0000 (11:57 +0200)
src/app/Console/Kernel.php

index 1f40496a9c5d1da42aed43c39827fd041ce23c6e..8abe3a3fc8ee4d881ae4e57d4df3a39789c1c197 100644 (file)
@@ -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();
     }
 }