luci-app-statistics: Adjust also default_timespan to 2hour
Adjust also default_timespan option to be 2hour, as that change was forgotten in4b49b456
. (That seems to have no practical relevance, as LuCI seems to offer the first item from the period list in any case.) Fixes:4b49b456
luci-app-statistics: set shortest period data/graph to 2 hours Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
0c9caa4421
commit
3aedb609ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ config statistics 'collectd'
|
|||
option ReadThreads '2'
|
||||
|
||||
config statistics 'rrdtool'
|
||||
option default_timespan '1hour'
|
||||
option default_timespan '2hour'
|
||||
option image_width '600'
|
||||
option image_height '150'
|
||||
option image_path '/tmp/rrdimg'
|
||||
|
|
Loading…
Reference in a new issue