We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7a376 commit 79b074cCopy full SHA for 79b074c
src/node.cc
@@ -1085,9 +1085,9 @@ InitializationResult InitializeOncePerProcess(
1085
V8::SetEntropySource(crypto::EntropySource);
1086
#endif // HAVE_OPENSSL
1087
}
1088
+ per_process::v8_platform.Initialize(
1089
+ static_cast<int>(per_process::cli_options->v8_thread_pool_size));
1090
if (init_flags & kInitializeV8) {
- per_process::v8_platform.Initialize(
- static_cast<int>(per_process::cli_options->v8_thread_pool_size));
1091
V8::Initialize();
1092
1093
0 commit comments