Merge branch 'hishamhm-pull-818'

This commit is contained in:
Nathan Scott 2020-08-19 16:49:43 +10:00
commit e9947acfc6
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
int Platform_getMaxPid() {
// this is hard-coded in sys/sys/proc.h - no sysctl exists
return 32766;
return 99999;
}
double Platform_setCPUValues(Meter* this, int cpu) {