spelling: parallel

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:51:07 -04:00
committed by Jindra Petřík
parent 222b10ce17
commit 7ebc9dc796
4 changed files with 6 additions and 6 deletions

View File

@@ -1340,7 +1340,7 @@ public final class Configuration {
} else {
logLevel = Level.WARNING;
}
//limit paralel threads?
//limit parallel threads?
//int processorCount = Runtime.getRuntime().availableProcessors();
}