]> _ Git - fluidbook-toolbox.git/commitdiff
wip #6237 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Sep 2023 09:25:25 +0000 (11:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Sep 2023 09:25:25 +0000 (11:25 +0200)
app/Console/Kernel.php

index 1396ff70f1885e3eb49c186c3ef7b42aea0cf442..425e48c6d02754b9cffa14bfe04c58b9e699a40d 100644 (file)
@@ -46,7 +46,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel
 
         $schedule->command('fluidbook:farm:ping')->everyMinute();
         $schedule->command('cubist:magic:precache')->everyFiveMinutes();
-        $schedule->command('toolbox:precache')->everyFiveMinutes();
+        $schedule->command('toolbox:precache')->everyThirtyMinutes();
     }
 
     /**