From bee4062ac87819b86b3773ea992c5acbf109900e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Sep 2005 02:45:43 +0000 Subject: [PATCH] Remove sleep 5 --- usr/local/www/includes/functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index f36bbff538..5482bac876 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -28,7 +28,6 @@ function get_uptime() { } function cpu_usage() { - sleep(5); $cpuTicks = explode(" ", `/sbin/sysctl -n kern.cp_time`); sleep(1); $cpuTicks2 = explode(" ", `/sbin/sysctl -n kern.cp_time`);