Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
windows: increase the number of OVERLAPPED_ENTRYs passed to GetQueued…
Browse files Browse the repository at this point in the history
…CompletionStatusEx
  • Loading branch information
Igor Zinkovsky committed Nov 1, 2011
1 parent 9c6103a commit 90b0b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/core.c
Expand Up @@ -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;

Expand Down

0 comments on commit 90b0b7d

Please sign in to comment.