瀏覽代碼

bim上传和转换定时器调整

kely 9 月之前
父節點
當前提交
9f7bfb0eb8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/Console/Kernel.php

+ 2 - 2
app/Console/Kernel.php

@@ -16,9 +16,9 @@ class Kernel extends ConsoleKernel
     {
         // $schedule->command('inspire')->hourly();
 
-        $schedule->command(AddBimToConvertQueue::class)->everyFiveMinutes()->runInBackground();
+        $schedule->command(AddBimToConvertQueue::class)->everyTwoMinutes()->runInBackground();
 
-        $schedule->command(SyncBimConvertStatus::class)->everyTenMinutes()->runInBackground();
+        $schedule->command(SyncBimConvertStatus::class)->everyThreeMinutes()->runInBackground();
     }
 
     /**