Round the load to two digits
This commit is contained in:
@@ -473,7 +473,7 @@ class System
|
||||
return false;
|
||||
}
|
||||
|
||||
return max($load_arr[0], $load_arr[1]);
|
||||
return round(max($load_arr[0], $load_arr[1]), 2);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user