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
Increase the size of even queue as needed until 64K
This is needed to handle a large number of simultaneous sockets, because
each socket could potentially have an event in the queue, and limiting
that to 127 is too strictive.
0 commit comments