fix wsgi_multiprocess setting

This commit is contained in:
benoitc 2010-02-18 01:30:48 +01:00
parent ba8174626e
commit e47f470a38

View File

@ -77,7 +77,7 @@ class Request(object):
# object may be simultaneously invoked by another process, and
# should evaluate false otherwise. In debug mode we fall to one
# worker so we comply to pylons and other paster app.
wsgi_multiprocess = (self.debug == True)
wsgi_multiprocess = (self.debug == False)
# authors should be aware that REMOTE_HOST and REMOTE_ADDR
# may not qualify the remote addr: