Commit e39ce0e

mo khan <mo@mokhan.ca>
2017-01-27 05:05:28
decrease the number of computers.
1 parent e6e9bc5
Changed files (1)
db/seeds.rb
@@ -12,7 +12,7 @@ class Seeds
 
   def run
     100.times { create_business }
-    10_000.times { create_computer }
+    500.times { create_computer }
     25_000.times { create_event }
   ensure
     @threads.map(&:join)