KE2: Clarify a 2-stage TODO comment

This commit is contained in:
Ian Lynagh
2024-10-03 11:54:39 +01:00
parent 4701bc7aef
commit a1c4413563

View File

@@ -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 {