C-Dash: Extend time scale to 250 days for trending 10/40110/1
authorTibor Frank <tifrank@cisco.com>
Fri, 15 Dec 2023 06:46:55 +0000 (06:46 +0000)
committerTibor Frank <tifrank@cisco.com>
Fri, 15 Dec 2023 06:46:55 +0000 (06:46 +0000)
Change-Id: I4e72ecaf8ab900916b3f38869ba753a7d9e28b44
Signed-off-by: Tibor Frank <tifrank@cisco.com>
csit.infra.dash/app/cdash/utils/constants.py

index f5519d6..3772f20 100644 (file)
@@ -73,7 +73,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 = 180
+    MAX_TIME_PERIOD = 250
 
     # It defines the time period for data read from the parquets in days from
     # now back to the past.