about summary refs log tree commit homepage
path: root/bin/mongrel_rails_svc
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-22 03:31:30 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-22 03:31:30 +0000
commit8287106809a82ccd1afba674740486946509b856 (patch)
treeaae22400154bda1e144ff6903d3455facd680069 /bin/mongrel_rails_svc
parent2bb255e0d44026fcb80bfe05d46e42e2e74af26c (diff)
downloadunicorn-8287106809a82ccd1afba674740486946509b856.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@120 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin/mongrel_rails_svc')
-rw-r--r--bin/mongrel_rails_svc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mongrel_rails_svc b/bin/mongrel_rails_svc
index 5e19e82..5fa4caa 100644
--- a/bin/mongrel_rails_svc
+++ b/bin/mongrel_rails_svc
@@ -203,8 +203,8 @@ if ARGV[0] == 'service'
     :ip           => '0.0.0.0',
     :port         => 3000,
     :mime_map     => nil,
-    :num_procs    => 20,
-    :timeout      => 120,
+    :num_procs    => 1024,
+    :timeout      => 0,
     :cpu          => nil
   }