summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2013-07-19 17:15:00 -0700
committerRenato Botelho <garga@FreeBSD.org>2013-07-19 22:32:56 -0300
commit3e2ecafe4dc4dabef611c7eb6879730107a690e2 (patch)
tree56e7e038ae252945175817ea05a38633fe782dfc /usr/local/www/status_rrd_graph_img.php
parentd30232e230ebc2ff89138d89915baa3a8881c42c (diff)
downloadpfsense-3e2ecafe4dc4dabef611c7eb6879730107a690e2.zip
pfsense-3e2ecafe4dc4dabef611c7eb6879730107a690e2.tar.gz
3652 days worth is a too much. Scale it back to more reasonable 1.25 x maximum used data (2284 days).
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php
index 13122ca..99d8b7e 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -99,7 +99,7 @@ $archives = array();
$archives[1] = 1200;
$archives[5] = 720;
$archives[60] = 1860;
-$archives[1440] = 3652;
+$archives[1440] = 2284;
$defOptions = array(
'to' => 1,
OpenPOWER on IntegriCloud