We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c366471 commit 313e374Copy full SHA for 313e374
src/platform/windows/win_io.c
@@ -37,7 +37,7 @@ win_io_handler(void *arg)
37
int rv;
38
39
ok = GetQueuedCompletionStatus(
40
- win_io_h, &cnt, &key, &olpd, 5000);
+ win_io_h, &cnt, &key, &olpd, INFINITE);
41
42
if (olpd == NULL) {
43
// Completion port closed...
0 commit comments