Skip to content

Commit 8b1926b

Browse files
authored
History chart range set to 60mins by default (#2815)
1 parent 1bb5345 commit 8b1926b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/modules/web_themes/standard_legacy

packages/modules/web_themes/standard_legacy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@auto_str
77
class StandardLegacyWebThemeConfiguration:
88
def __init__(self,
9-
history_chart_range: int = 30 * 60 * 1000 # 30 minutes in milliseconds
9+
history_chart_range: int = 60 * 60 * 1000 # 60 minutes in milliseconds
1010
) -> None:
1111
self.history_chart_range = history_chart_range
1212

0 commit comments

Comments
 (0)