summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-26 00:57:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-26 00:57:21 +0000
commitd145a2b98f6a0568e88637b9a90c0aaa55286d85 (patch)
tree5cdcfcdb4022e52c340fb1177a115c2c77837f8e /usr/local/www/graph.php
parent4ea33f7e012233622c6711f864e7315273a358b7 (diff)
downloadpfsense-d145a2b98f6a0568e88637b9a90c0aaa55286d85.zip
pfsense-d145a2b98f6a0568e88637b9a90c0aaa55286d85.tar.gz
s/2.5/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 6a4dc60..4ef4716 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -39,7 +39,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=2.5; //Refresh time Interval
+$time_interval=1; //Refresh time Interval
$fetch_link = "ifstats.php?if=$ifnum";
//SVG attributes
OpenPOWER on IntegriCloud