This commit is contained in:
Alejandro Tasistro 2024-08-06 22:53:28 -03:00
parent 4ee91ed5a0
commit d04650facf
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ use Illuminate\Database\Seeder;
class DatabaseSeeder extends Seeder
{
const CHUNK_SIZE = 100;
const CHUNK_SIZE = 1;
/**
* Seed the application's database.
*