diff options
author | sullrich <sullrich@pfsense.org> | 2009-11-28 17:22:26 -0500 |
---|---|---|
committer | sullrich <sullrich@pfsense.org> | 2009-11-28 17:22:26 -0500 |
commit | e6dd418dc423a71802007148598f12c3e622e35d (patch) | |
tree | 64976e08d38473a1f91516993b56f5cc0a89cf92 /usr/local | |
parent | 6347e08c4e10e975180e8616802d0aa1f2a3b6f0 (diff) | |
download | pfsense-e6dd418dc423a71802007148598f12c3e622e35d.zip pfsense-e6dd418dc423a71802007148598f12c3e622e35d.tar.gz |
Slow down updates for rate util
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/status_graph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_graph.php b/usr/local/www/status_graph.php index e130a74..e194b47 100755 --- a/usr/local/www/status_graph.php +++ b/usr/local/www/status_graph.php @@ -141,7 +141,7 @@ function updateBandwidthHosts(data){ } } - setTimeout('updateBandwidth()', 10); + setTimeout('updateBandwidth()', 1000); } |