chunk size

This commit is contained in:
Alejandro Tasistro 2024-03-12 22:33:04 -03:00
parent 3a36da6077
commit f8239a624d

View file

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