From 5fd2b2e7e7e046fe6264ba6c3b234085284677b9 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 5 Apr 2023 15:04:41 +0200 Subject: [PATCH] fix(c-dash): Maximal value of TIME_PERIOD for data Signed-off-by: Tibor Frank Change-Id: Ief6a0005c9097dd3013e3917ab9dfad8a446a6a5 --- csit.infra.dash/app/cdash/utils/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.16.6