summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-07-06 00:09:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-07-06 00:09:09 +0000
commit920e60b5c2f88dac4879cd8ba0b3ed58e0ac3a32 (patch)
treec621f8ff14d30284d3ea6cb45456823b4f86c5c4 /usr
parent8e537b3c6e691b761b47a84c7f0e964657c77c52 (diff)
downloadpfsense-920e60b5c2f88dac4879cd8ba0b3ed58e0ac3a32.zip
pfsense-920e60b5c2f88dac4879cd8ba0b3ed58e0ac3a32.tar.gz
Increase default time from 1 second to 3 which is far too short.
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 c07b657..f0230e6 100755
--- a/usr/local/www/graph.php
+++ b/usr/local/www/graph.php
@@ -41,7 +41,7 @@ $nb_plot=120; //NB plot in graph
if ($_GET["timeint"])
$time_interval = $_GET["timeint"]; //Refresh time Interval
else
- $time_interval = 1;
+ $time_interval = 3;
$fetch_link = "ifstats.php?if={$ifnum}";
OpenPOWER on IntegriCloud