summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-11 21:49:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-11 21:49:14 +0000
commit966c07c68f1b388fe90e47a7cf428d2987000dc3 (patch)
treef4b72baef16551da0a688f81325949fa7ac0ac1f /usr/local/www/includes
parentba31ab65b248d0ae33093096ff256d3edb0e1469 (diff)
downloadpfsense-966c07c68f1b388fe90e47a7cf428d2987000dc3.zip
pfsense-966c07c68f1b388fe90e47a7cf428d2987000dc3.tar.gz
Only sleep 5, not 10
Diffstat (limited to 'usr/local/www/includes')
-rw-r--r--usr/local/www/includes/functions.inc.php1
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());
}
OpenPOWER on IntegriCloud