Sore the cores number on everycase
This commit is contained in:
@@ -314,8 +314,7 @@ public class Settings implements Activity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int cpu_cores = -1;
|
int cpu_cores = -1;
|
||||||
CPU cpu = new CPU();
|
if (cpuCores != null) {
|
||||||
if (cpuCores != null && cpuCores.getValue() != cpu.cores()) { // max core <=> no config (-1)
|
|
||||||
cpu_cores = cpuCores.getValue();
|
cpu_cores = cpuCores.getValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user