From af7cebc8eb6c12b91bb047c89b321053a1f3685f Mon Sep 17 00:00:00 2001 From: zedshaw Date: Thu, 11 May 2006 19:10:34 +0000 Subject: Mongrel 0.3.13 release push. Lots of documentation started and little fixes. See news page for more details. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@165 19e92222-5c0b-0410-8929-a290d50e31e9 --- bin/mongrel_rails | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/mongrel_rails b/bin/mongrel_rails index 6f2635b..82b0a45 100644 --- a/bin/mongrel_rails +++ b/bin/mongrel_rails @@ -17,8 +17,8 @@ class Start < GemPlugin::Plugin "/commands" ['-a', '--address ADDR', "Address to bind to", :@address, "0.0.0.0"], ['-l', '--log FILE', "Where to write log messages", :@log_file, "log/mongrel.log"], ['-P', '--pid FILE', "Where to write the PID", :@pid_file, "log/mongrel.pid"], - ['-n', '--num-procs INT', "Number of processor threads to use", :@num_procs, 1024], - ['-t', '--timeout SECONDS', "Timeout all requests after SECONDS time", :@timeout, 0], + ['-n', '--num-procs INT', "Number of processors active before clients denied", :@num_procs, 1024], + ['-t', '--timeout TIME', "Timeout all requests after 100th seconds time", :@timeout, 0], ['-m', '--mime PATH', "A YAML file that lists additional MIME types", :@mime_map, nil], ['-c', '--chdir PATH', "Change to dir before starting (will be expanded)", :@cwd, Dir.pwd], ['-r', '--root PATH', "Set the document root (default 'public')", :@docroot, "public"], -- cgit v1.2.3-24-ge0c7