mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove this exit here
This commit is contained in:
parent
b2db9df58f
commit
3b8e594200
@ -43,7 +43,6 @@ class GEventWorker(AsyncWorker):
|
|||||||
pool.join(timeout=self.timeout)
|
pool.join(timeout=self.timeout)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
os._exit(3)
|
|
||||||
|
|
||||||
def acceptor(self, pool):
|
def acceptor(self, pool):
|
||||||
gevent.getcurrent()
|
gevent.getcurrent()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user