mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
setblocking(1)
This commit is contained in:
parent
43d0bcbbd3
commit
ff5adc46a4
@ -44,7 +44,7 @@ class GEvent2Worker(Worker):
|
||||
handle.handle(self)
|
||||
|
||||
def run(self):
|
||||
self.socket.setblocking(0)
|
||||
self.socket.setblocking(1)
|
||||
env = self.base_env.copy()
|
||||
|
||||
env.update({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user