mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
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');
|
||||
|
||||
for ($x = 0; $x < $this->count * 500; $x++) {
|
||||
for ($x = 0; $x < $this->count * 200; $x++) {
|
||||
$z = $x + 1;
|
||||
$this->info('Creating client # '.$z);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user