diff --git a/src/Core/System.php b/src/Core/System.php index df8cb9377e..b38076ad41 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -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); } /**