Reduce test data size for large account
This commit is contained in:
parent
7d5b679214
commit
79723759eb
|
|
@ -331,7 +331,7 @@ class CreateTestData extends Command
|
||||||
|
|
||||||
$this->info('Creating '.$this->count.' clients');
|
$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;
|
$z = $x + 1;
|
||||||
$this->info('Creating client # '.$z);
|
$this->info('Creating client # '.$z);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue