1
0
Эх сурвалжийг харах

Update TransformImports command, bump limit from 10 to 100

Daniel Supernault 2 жил өмнө
parent
commit
6d0c5994da

+ 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;