Browse Source

Update TransformImports command, bump limit from 10 to 100

Daniel Supernault 2 năm trước cách đây
mục cha
commit
6d0c5994da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Console/Commands/TransformImports.php

+ 1 - 1
app/Console/Commands/TransformImports.php

@@ -38,7 +38,7 @@ class TransformImports extends Command
             return;
         }
 
-        $ips = ImportPost::whereNull('status_id')->whereSkipMissingMedia(false)->take(10)->get();
+        $ips = ImportPost::whereNull('status_id')->whereSkipMissingMedia(false)->take(100)->get();
 
         if(!$ips->count()) {
             return;