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 4d7284c commit 4238b27Copy full SHA for 4238b27
crates/napi/src/next_api/turbopack_ctx.rs
@@ -207,6 +207,7 @@ pub fn create_turbo_tasks(
207
turbo_tasks_backend::StorageMode::ReadWrite
208
}),
209
dependency_tracking,
210
+ num_workers: Some(tokio::runtime::Handle::current().metrics().num_workers()),
211
..Default::default()
212
},
213
Either::Left(backing_storage),
0 commit comments