This commit is contained in:
ct
2025-07-15 20:24:00 +08:00
parent 096f515f58
commit d531649792

View File

@@ -12,7 +12,7 @@ class MemeMediaMaintenance
{
public static function generateMemesByCategories()
{
Category::where('system_memes_generated_count', '<', 1)
Category::where('system_memes_generated_count', '<', 2)
->chunk(10, function ($categories) {
foreach ($categories as $category) {
dump('Processing '.$category->name);