about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 82b0a45..2066f6e 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -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