Skip to content

Commit

Permalink
Add option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlance committed Oct 11, 2016
1 parent 70b0560 commit dbfb23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/puma/configuration.rb
Expand Up @@ -183,7 +183,8 @@ def default_options
:environment => lambda { ENV['RACK_ENV'] || "development" },
:rackup => DefaultRackup,
:logger => STDOUT,
:persistent_timeout => Const::PERSISTENT_TIMEOUT
:persistent_timeout => Const::PERSISTENT_TIMEOUT,
:first_data_timeout => Const::FIRST_DATA_TIMEOUT
}
end

Expand Down

0 comments on commit dbfb23b

Please sign in to comment.