mirror of
https://github.com/friendica/friendica
synced 2024-11-12 23:42:54 +00:00
Round the load to two digits
This commit is contained in:
parent
f74d6f9ebb
commit
e52fa44d3f
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ class System
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return max($load_arr[0], $load_arr[1]);
|
return round(max($load_arr[0], $load_arr[1]), 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue