mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
num-procs and timeout options were not being set
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@170 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
edc32c4d82
commit
21e030e787
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ class Start < GemPlugin::Plugin "/commands"
|
|||
settings = { :host => @address, :port => @port, :cwd => @cwd,
|
||||
:log_file => @log_file, :pid_file => @pid_file, :environment => @environment,
|
||||
:docroot => @docroot, :mime_map => @mime_map, :daemon => @daemon,
|
||||
:debug => @debug, :includes => ["mongrel"], :config_script => @config_script
|
||||
:debug => @debug, :includes => ["mongrel"], :config_script => @config_script,
|
||||
:num_processors => @num_procs, :timeout => @timeout
|
||||
}
|
||||
|
||||
if @config_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue