diff options
-rw-r--r-- | csit.infra.dash/app/cdash/utils/constants.py | 2 |
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. |