From 79723759eb8f30416d673089fa0e5f32ad086ea8 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 21 Jan 2021 10:05:23 +1100 Subject: [PATCH] Reduce test data size for large account --- app/Console/Commands/CreateTestData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/CreateTestData.php b/app/Console/Commands/CreateTestData.php index 1901521202ec..ab0422427833 100644 --- a/app/Console/Commands/CreateTestData.php +++ b/app/Console/Commands/CreateTestData.php @@ -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);