summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-05-24 00:33:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-05-24 00:33:38 +0000
commitb1cd3ca55886d7c3986d41d5769bc453c4c0b0c6 (patch)
treea0c64c19ea934136427dd987ddf368b09f06620b /usr
parent8f753ab1874072090243c36d25b6bf5bc0ddd3f5 (diff)
downloadpfsense-b1cd3ca55886d7c3986d41d5769bc453c4c0b0c6.zip
pfsense-b1cd3ca55886d7c3986d41d5769bc453c4c0b0c6.tar.gz
Update graph refresh interval to 3 seconds from 1.
Diffstat (limited to 'usr')
-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