mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 12:24:26 +02:00
fix confusing MIN_CORES_SPEC comment
This commit is contained in:
parent
6c344b0c75
commit
4c1f99954b
1 changed files with 2 additions and 2 deletions
|
@ -405,7 +405,7 @@ bool checkMinSpecImpl() {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we have at least 5 cores, pass
|
// If we have at least MIN_CORES_SPEC cores, pass
|
||||||
auto coreCount = QThread::idealThreadCount();
|
auto coreCount = QThread::idealThreadCount();
|
||||||
if (coreCount >= MIN_CORES_SPEC) {
|
if (coreCount >= MIN_CORES_SPEC) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue