mirror of
https://github.com/github/codeql.git
synced 2026-05-22 23:27:09 +02:00
KE2: Clarify a 2-stage TODO comment
This commit is contained in:
@@ -221,7 +221,7 @@ fun doAnalysis(
|
||||
|
||||
analyze(sourceModule) {
|
||||
val maxThreads = 1 // TODO: Default to 8 temporarily to ensure concurrency,
|
||||
// and $CODEQL_THREADS or Runtime.getRuntime().availableProcessors() later
|
||||
// TODO: Later, default to $CODEQL_THREADS or Runtime.getRuntime().availableProcessors()
|
||||
Executors.newFixedThreadPool(maxThreads).asCoroutineDispatcher().use { dispatcher ->
|
||||
|
||||
runBlocking {
|
||||
|
||||
Reference in New Issue
Block a user