From 2d0d8454a4b4d0345ed2e126bdd55ecd81d64f37 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Mon, 15 Oct 2007 19:45:26 +0000 Subject: timeout default was wrong git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@657 19e92222-5c0b-0410-8929-a290d50e31e9 --- bin/mongrel_rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mongrel_rails b/bin/mongrel_rails index 9b343b3..c83780e 100644 --- a/bin/mongrel_rails +++ b/bin/mongrel_rails @@ -23,7 +23,7 @@ module Mongrel ['-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 processors active before clients denied", :@num_procs, 1024], - ['-o', '--timeout TIME', "Time to wait (in seconds) before killing a stalled thread", :@timeout, 0], + ['-o', '--timeout TIME', "Time to wait (in seconds) before killing a stalled thread", :@timeout, 60], ['-t', '--throttle TIME', "Time to pause (in hundredths of a second) between accepting clients", :@throttle, 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], -- cgit v1.2.3-24-ge0c7