lib/cuboid/rest/server.rb in cuboid-0.2.8 vs lib/cuboid/rest/server.rb in cuboid-0.2.9

- old
+ new

@@ -120,11 +120,9 @@ def run!( options ) set :username, options[:username] set :password, options[:password] server = Puma::Server.new( self ) - server.min_threads = 0 - server.max_threads = 16 ssl = false if options[:ssl_key] && options[:ssl_certificate] ctx = Puma::MiniSSL::Context.new