about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-15 19:45:26 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-15 19:45:26 +0000
commit2d0d8454a4b4d0345ed2e126bdd55ecd81d64f37 (patch)
tree1fdba7449a804adc9d7853f05f10dda496c15397 /bin
parent02e3382284b6da754d8f769d6b0117d85ee2670f (diff)
downloadunicorn-2d0d8454a4b4d0345ed2e126bdd55ecd81d64f37.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@657 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails2
1 files changed, 1 insertions, 1 deletions
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],