summaryrefslogtreecommitdiffstats
path: root/usr/local/www/graph.php
diff options
context:
space:
mode:
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 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