]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6068
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jun 2023 13:08:11 +0000 (15:08 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jun 2023 13:08:11 +0000 (15:08 +0200)
app/Console/Kernel.php

index dca2c25e7ebb22a024a269e8482b88b9664cf1fb..536d0bed5c7addb1f1a0acdf1bd9406273eedc9a 100644 (file)
@@ -41,7 +41,7 @@ class Kernel extends \Cubist\Backpack\Console\Kernel
 
         $schedule->command('job:dispatch ProcessTotals')->everyTwoHours();
         $schedule->command('fluidbook:player:updatesources')->everyTwoHours();
-        $schedule->command('job:dispatchNow \\\\Cubedesigners\\\\UserDatabase\\\\Jobs\\\\ApplyPermissionsToUsers')->everyFifteenMinutes();
+        $schedule->command('job:dispatchNow \\\\Cubedesigners\\\\UserDatabase\\\\Jobs\\\\ApplyPermissionsToUsers')->everyTwoHours();
 
         $schedule->command('fluidbook:farm:ping')->everyMinute();
         $schedule->command('cubist:magic:precache')->everyFiveMinutes();