diff --git a/misc/create_random_bugs.go b/misc/create_random_bugs.go
index d764aa0c199e034917627baf5e3c7f9710f9be15..1ca20aee4352fb074baf58694dbe896c59d479da 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)