We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb5345 commit 8b1926bCopy full SHA for 8b1926b
1 file changed
packages/modules/web_themes/standard_legacy/config.py
@@ -6,7 +6,7 @@
6
@auto_str
7
class StandardLegacyWebThemeConfiguration:
8
def __init__(self,
9
- history_chart_range: int = 30 * 60 * 1000 # 30 minutes in milliseconds
+ history_chart_range: int = 60 * 60 * 1000 # 60 minutes in milliseconds
10
) -> None:
11
self.history_chart_range = history_chart_range
12
0 commit comments