about summary refs log tree commit homepage
path: root/lib/mongrel
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-18 19:59:49 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-18 19:59:49 +0000
commitbcfe1bbe9c972831656860fa0f7d48481b36da97 (patch)
treef8f7e9548206aff9f59542d895e28f005ce14ef7 /lib/mongrel
parenteb8e5ea6c646e1c82aadb0041338cbfd83b926f8 (diff)
downloadunicorn-bcfe1bbe9c972831656860fa0f7d48481b36da97.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@691 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'lib/mongrel')
-rw-r--r--lib/mongrel/configurator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mongrel/configurator.rb b/lib/mongrel/configurator.rb
index ad88bb8..33c8f94 100644
--- a/lib/mongrel/configurator.rb
+++ b/lib/mongrel/configurator.rb
@@ -287,7 +287,7 @@ module Mongrel
     # Calls .stop on all the configured listeners so they
     # stop processing requests (gracefully).  By default it
     # assumes that you don't want to restart.
-    def stop(needs_restart=false, synchronous=true)
+    def stop(needs_restart=false, synchronous=false)
   
       @listeners.each {|name,s| s.stop }