From f1c252cf96f358f72a5cb8b8762b624f57275272 Mon Sep 17 00:00:00 2001 From: N0YB Date: Fri, 19 Jul 2013 17:15:00 -0700 Subject: 3652 days worth is a too much. Scale it back to more reasonable 1.25 x maximum used data (2284 days). --- usr/local/www/status_rrd_graph_img.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') 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, -- cgit v1.1