there's still a bug upstream about dns patching so don't patch it for

now.
This commit is contained in:
benoitc 2010-06-10 22:10:22 +02:00
parent 5ea58c1af2
commit 77a8cb66e6

View File

@ -37,7 +37,7 @@ class GEvent2Worker(Worker):
@classmethod
def setup(cls):
from gevent import monkey
monkey.patch_all()
monkey.patch_all(dns=False)
def handle_request(self, req):
self.pool.spawn(self.handle, req)