mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update TransformImports command, bump limit from 10 to 100
This commit is contained in:
parent
477986abdd
commit
6d0c5994da
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class TransformImports extends Command
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$ips = ImportPost::whereNull('status_id')->whereSkipMissingMedia(false)->take(10)->get();
|
$ips = ImportPost::whereNull('status_id')->whereSkipMissingMedia(false)->take(100)->get();
|
||||||
|
|
||||||
if(!$ips->count()) {
|
if(!$ips->count()) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue