From 06b0f5b7c77b5ef4a027110ef41240a3b2a66635 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 29 Dec 2022 12:05:50 +0200 Subject: [PATCH] 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 (cherry picked from commit 3aedb609cea9df548fe8a21a0b98e3f01a801200) --- .../luci-app-statistics/root/etc/config/luci_statistics | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.30.2