diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-11 21:49:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-11 21:49:14 +0000 |
commit | 966c07c68f1b388fe90e47a7cf428d2987000dc3 (patch) | |
tree | f4b72baef16551da0a688f81325949fa7ac0ac1f /usr/local | |
parent | ba31ab65b248d0ae33093096ff256d3edb0e1469 (diff) | |
download | pfsense-966c07c68f1b388fe90e47a7cf428d2987000dc3.zip pfsense-966c07c68f1b388fe90e47a7cf428d2987000dc3.tar.gz |
Only sleep 5, not 10
Diffstat (limited to 'usr/local')
-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 90d49c8..822fb0c 100644 --- a/usr/local/www/includes/functions.inc.php +++ b/usr/local/www/includes/functions.inc.php @@ -1,6 +1,5 @@ <? function cpu_usage() { - sleep(5); return get_cpuusage(get_cputicks(), get_cputicks()); } |