windows: increase the number of OVERLAPPED_ENTRYs passed to GetQueuedCompletionStatusEx
This commit is contained in:
parent
9c6103a479
commit
90b0b7d099
@ -147,7 +147,7 @@ static void uv_poll_ex(uv_loop_t* loop, int block) {
|
||||
BOOL success;
|
||||
DWORD timeout;
|
||||
uv_req_t* req;
|
||||
OVERLAPPED_ENTRY overlappeds[64];
|
||||
OVERLAPPED_ENTRY overlappeds[128];
|
||||
ULONG count;
|
||||
ULONG i;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user