about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-12 18:58:32 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-12 18:58:32 +0000
commit21e030e787a02fd92a0e47ebc838fc2927890f21 (patch)
treef6d6ecc208d60c4df7601c838f2800e044fac42d /bin
parentedc32c4d820774346c8908a3572565c54cf93269 (diff)
downloadunicorn-21e030e787a02fd92a0e47ebc838fc2927890f21.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@170 19e92222-5c0b-0410-8929-a290d50e31e9
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