We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c0928e + fea8040 commit ca4dc24Copy full SHA for ca4dc24
lib/cypress-rails/server/puma.rb
@@ -11,6 +11,7 @@ def self.create(app, port, host)
11
options = default_options # .merge(options)
12
13
conf = Rack::Handler::Puma.config(app, options)
14
+ conf.clamp
15
events = ::Puma::Events.stdio
16
17
puma_ver = Gem::Version.new(::Puma::Const::PUMA_VERSION)
0 commit comments