Skip to content

Commit

Permalink
Change subprocesses to run at normal priority (#42715)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangerhang committed Dec 19, 2024
1 parent b45524b commit dcc9b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg/base/system.process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ namespace
nullptr,
nullptr,
bInheritHandles,
IDLE_PRIORITY_CLASS | CREATE_UNICODE_ENVIRONMENT | EXTENDED_STARTUPINFO_PRESENT |
NORMAL_PRIORITY_CLASS | CREATE_UNICODE_ENVIRONMENT | EXTENDED_STARTUPINFO_PRESENT |
dwCreationFlags,
call_environment,
working_directory_arg,
Expand Down

0 comments on commit dcc9b55

Please sign in to comment.