mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
remove checking timeouts
This commit is contained in:
parent
e1912db59a
commit
5708d1d23b
@ -58,7 +58,7 @@ class TornadoWorker(Worker):
|
|||||||
pass
|
pass
|
||||||
self.server_alive = False
|
self.server_alive = False
|
||||||
else:
|
else:
|
||||||
if not self.ioloop._callbacks and len(self.ioloop._timeouts) <= 1:
|
if not self.ioloop._callbacks:
|
||||||
self.ioloop.stop()
|
self.ioloop.stop()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user