Reduce test data size for large account

This commit is contained in:
David Bomba 2021-01-21 10:05:23 +11:00
parent 7d5b679214
commit 79723759eb

View File

@ -331,7 +331,7 @@ class CreateTestData extends Command
$this->info('Creating '.$this->count.' clients');
for ($x = 0; $x < $this->count * 500; $x++) {
for ($x = 0; $x < $this->count * 200; $x++) {
$z = $x + 1;
$this->info('Creating client # '.$z);