You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
but i foud out one request add one timeout of ioloop, and the callback of this timeout is None, the deadline of this timeout minus time.time() equal to 3595 or so. the max number of len(tornado.ioloop.IOLoop.instance()._timeouts)equal to 500 or so, don't continue to increase.
if i set the auto_shrink of momoko.Pool parameters equal to False, will not appear above the problem.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
when i set the
auto_shrink
ofmomoko.Pool()
parameters equal to True, and sendGET
request to tornado server, this request don't do nothing.but i foud out one request add one timeout of ioloop, and the callback of this timeout is None, the deadline of this timeout minus
time.time()
equal to 3595 or so. the max number oflen(tornado.ioloop.IOLoop.instance()._timeouts)
equal to 500 or so, don't continue to increase.if i set the auto_shrink of momoko.Pool parameters equal to False, will not appear above the problem.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: