diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-28 04:24:26 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-28 04:24:26 +0000 |
commit | 20c24b09b25b8c8d7d3b500f6001618a1c230d15 (patch) | |
tree | 477934438bc03a3c4ea90135e0d54a9031bde7c0 /applications/luci-statistics | |
parent | 466298351d8da9650c678df903f96422bf3779a9 (diff) |
applications/luci-statistics: remove the 10min rra from default config, saves some precious ram
Diffstat (limited to 'applications/luci-statistics')
-rw-r--r-- | applications/luci-statistics/root/etc/config/luci_statistics | 2 |
1 files changed, 1 insertions, 1 deletions
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' |