From 20c24b09b25b8c8d7d3b500f6001618a1c230d15 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 28 Nov 2011 04:24:26 +0000 Subject: applications/luci-statistics: remove the 10min rra from default config, saves some precious ram --- applications/luci-statistics/root/etc/config/luci_statistics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-statistics/root/etc') diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index ea0ae6d89..de94b3a6a 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -130,4 +130,4 @@ config 'statistics' 'collectd_rrdtool' option 'DataDir' '/tmp' option 'RRARows' '100' option 'RRASingle' '1' - option 'RRATimespans' '10min 1hour 1day 1week 1month 1year' + option 'RRATimespans' '1hour 1day 1week 1month 1year' -- cgit v1.2.3