Browse Source

葛兰代尔展示调快检查状态定时器

kely 9 months ago
parent
commit
494cfa5def
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -18,7 +18,7 @@ class Kernel extends ConsoleKernel
 
         $schedule->command(AddBimToConvertQueue::class)->everyTwoMinutes()->runInBackground();
 
-        $schedule->command(SyncBimConvertStatus::class)->everyThreeMinutes()->runInBackground();
+        $schedule->command(SyncBimConvertStatus::class)->everyTwoMinutes()->runInBackground();
     }
 
     /**