Skip to content

Commit 5e693b0

Browse files
authored
swt maximum of graph records to 4h (#2368)
1 parent 385dd8d commit 5e693b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/helpermodules/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
@dataclass
1717
class Config:
18-
duration: int = 120
18+
duration: int = 240
1919

2020

2121
def config_factory() -> Config:

0 commit comments

Comments
 (0)