Skip to content

Commit

Permalink
Fix default thread options for windows to not pin to any cpu_id (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Jun 20, 2024
1 parent 957c760 commit 0cb24e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/windows/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
static struct aws_thread_options s_default_options = {
/* zero will make sure whatever the default for that version of windows is used. */
.stack_size = 0,
.cpu_id = -1,
.join_strategy = AWS_TJS_MANUAL,
};

Expand Down

0 comments on commit 0cb24e1

Please sign in to comment.