From 6e91cf316fb1cff4c7c9cc1a3651eb8e78d597dc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 18 Sep 2005 03:16:33 +0000 Subject: usleep for 255 --- usr/local/www/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index c142340..79af60c 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -29,7 +29,7 @@ function get_uptime() { function cpu_usage() { $cpuTicks = explode(" ", `/sbin/sysctl -n kern.cp_time`); - usleep(5); + usleep(255); $cpuTicks2 = explode(" ", `/sbin/sysctl -n kern.cp_time`); $diff = array(); -- cgit v1.1