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 7cda489 commit 58b96e8Copy full SHA for 58b96e8
src/common/config/config.cpp
@@ -431,7 +431,7 @@ void Config::checkValues()
431
checkIntForHiBound(KEY_MAX_PARALLEL_WORKERS, 64, false); // todo: detect number of available cores
432
433
checkIntForLoBound(KEY_PARALLEL_WORKERS, 1, true);
434
- checkIntForHiBound(KEY_MAX_PARALLEL_WORKERS, values[KEY_MAX_PARALLEL_WORKERS].intVal, false);
+ checkIntForHiBound(KEY_PARALLEL_WORKERS, values[KEY_MAX_PARALLEL_WORKERS].intVal, false);
435
}
436
437
0 commit comments