aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/create_random_bugs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/create_random_bugs.go b/misc/create_random_bugs.go
index d764aa0c..1ca20aee 100644
--- a/misc/create_random_bugs.go
+++ b/misc/create_random_bugs.go
@@ -14,10 +14,10 @@ import (
"github.com/icrowley/fake"
)
-const bugNumber = 40
+const bugNumber = 15
const personNumber = 5
const minOp = 3
-const maxOp = 40
+const maxOp = 20
type opsGenerator func(*bug.Bug, bug.Person)