mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02: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…
Add table
Add a link
Reference in a new issue