summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-24 00:33:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-24 00:33:31 +0000
commite8c27be88c94274ef31f73f91aff9dc1f99e0dd2 (patch)
tree898cb685f897801d7462e0b12a44b850b6ccdfc9 /usr/local/www/graph.php
parentc0f0977813358fc66661e279fbb54bb8a0dafff1 (diff)
downloadpfsense-e8c27be88c94274ef31f73f91aff9dc1f99e0dd2.zip
pfsense-e8c27be88c94274ef31f73f91aff9dc1f99e0dd2.tar.gz
Update graph refresh interval to 3 seconds from 1.
Diffstat (limited to 'usr/local/www/graph.php')
-rwxr-xr-xusr/local/www/graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/graph.php b/usr/local/www/graph.php
index 7143ed9..d60951b 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -38,7 +38,7 @@ $ifname=@$_GET["ifname"]?$_GET["ifname"]:"Interface $ifnum"; //Interface name t
/********* Other conf *******/
$scale_type="up"; //Autoscale default setup : "up" = only increase scale; "follow" = increase and decrease scale according to current graphed datas
$nb_plot=120; //NB plot in graph
-$time_interval=1; //Refresh time Interval
+$time_interval=3; //Refresh time Interval
$fetch_link = "ifstats.php?if={$ifnum}";
OpenPOWER on IntegriCloud