fix(c-dash): Maximal value of TIME_PERIOD for data 20/38620/1 oper-230411
authorTibor Frank <tifrank@cisco.com>
Wed, 5 Apr 2023 13:04:41 +0000 (15:04 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 5 Apr 2023 13:04:41 +0000 (15:04 +0200)
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Ief6a0005c9097dd3013e3917ab9dfad8a446a6a5

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.