Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
Description
if calling set_active_timeout function in keepalive, every connection will create one event and schedule in event system. so if having more and more connection in keepalive state(more and more event in schedule system), system have to take more time to PriorityEventQueue::check_ready.