applications/luci-statistics: remove the 10min rra from default config, saves some precious ram

This commit is contained in:
Jo-Philipp Wich 2011-11-28 04:24:26 +00:00
parent 466298351d
commit 20c24b09b2

View file

@ -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'