Procházet zdrojové kódy

Update TransformImports command, bump limit from 10 to 100

Daniel Supernault před 2 roky
rodič
revize
6d0c5994da
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;