mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
oups
This commit is contained in:
parent
7300502605
commit
5df427b5cb
@ -42,7 +42,7 @@ class EventletWorker(AsyncWorker):
|
||||
|
||||
def run(self):
|
||||
self.socket = GreenSocket(family_or_realsock=self.socket.sock)
|
||||
self.socket.setblocking(0)
|
||||
self.socket.setblocking(1)
|
||||
|
||||
pool = eventlet.GreenPool(self.worker_connections)
|
||||
while self.alive:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user