aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-04-05 15:04:41 +0200
committerTibor Frank <tifrank@cisco.com>2023-04-05 15:04:41 +0200
commit5fd2b2e7e7e046fe6264ba6c3b234085284677b9 (patch)
tree9f55f78f8e1c94c0bf1b09524bed06f1bcac5dde
parentacaf4ee531c90c0cc166ddfe3c7880ba7c30fc17 (diff)
fix(c-dash): Maximal value of TIME_PERIOD for dataoper-230411
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: Ief6a0005c9097dd3013e3917ab9dfad8a446a6a5
-rw-r--r--csit.infra.dash/app/cdash/utils/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py
index 43e5f4a56b..a9c7c455fd 100644
--- a/csit.infra.dash/app/cdash/utils/constants.py
+++ b/csit.infra.dash/app/cdash/utils/constants.py
@@ -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.