fix(c-dash): Maximal value of TIME_PERIOD for data
[csit.git] / csit.infra.dash / app / cdash / utils / constants.py
index 43e5f4a..a9c7c45 100644 (file)
@@ -63,7 +63,7 @@ class Constants:
 
     # Maximal value of TIME_PERIOD for data read from the parquets in days.
     # Do not change without a good reason.
-    MAX_TIME_PERIOD = 20  # 130
+    MAX_TIME_PERIOD = 130
 
     # It defines the time period for data read from the parquets in days from
     # now back to the past.