diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2022-12-29 12:05:50 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2022-12-29 12:05:50 +0200 |
commit | 3aedb609cea9df548fe8a21a0b98e3f01a801200 (patch) | |
tree | df2d3e2d2b41b1704ebff3cf0c06a35cc9e0985b /applications/luci-app-statistics/root/etc/config/luci_statistics | |
parent | 0c9caa4421889f4c1d0648764264897009bdb48e (diff) |
luci-app-statistics: Adjust also default_timespan to 2hour
Adjust also default_timespan option to be 2hour, as that change was
forgotten in 4b49b456. (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>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 603e038800..bb9ca15e8e 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -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' |