From 95a42bcc9139e9fde3a28ab6a2049318ef7c17e5 Mon Sep 17 00:00:00 2001 From: LKuemmel Date: Mon, 5 May 2025 10:15:16 +0200 Subject: [PATCH] swt maximum of graph records to 4h --- packages/helpermodules/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helpermodules/graph.py b/packages/helpermodules/graph.py index f18a9567ec..7808bda897 100644 --- a/packages/helpermodules/graph.py +++ b/packages/helpermodules/graph.py @@ -15,7 +15,7 @@ @dataclass class Config: - duration: int = 120 + duration: int = 240 def config_factory() -> Config: