diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 02:45:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 02:45:43 +0000 |
commit | bee4062ac87819b86b3773ea992c5acbf109900e (patch) | |
tree | 3208033094a0741a314fb02462f23996dfc855eb /usr | |
parent | b82d131e67b5da0fd3e4babbfada4021bead74e8 (diff) | |
download | pfsense-bee4062ac87819b86b3773ea992c5acbf109900e.zip pfsense-bee4062ac87819b86b3773ea992c5acbf109900e.tar.gz |
Remove sleep 5
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/includes/functions.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/includes/functions.inc.php b/usr/local/www/includes/functions.inc.php index f36bbff..5482bac 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`); |