X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Futils%2Fconstants.py;h=7a836e79f38479db7db0313888b58ad91531ff9a;hp=1c84ba14a6aa60c3539ec4015e681d8276163afb;hb=2f9e211bd097fdd2f83df540aa494d924df01c7d;hpb=ae1fe880286d7b0414664bce2b2c7c91c3f543f3 diff --git a/resources/tools/dash/app/pal/utils/constants.py b/resources/tools/dash/app/pal/utils/constants.py index 1c84ba14a6..7a836e79f3 100644 --- a/resources/tools/dash/app/pal/utils/constants.py +++ b/resources/tools/dash/app/pal/utils/constants.py @@ -253,7 +253,11 @@ class Constants: # The default job displayed when the page is loaded first time. NEWS_DEFAULT_JOB = "csit-vpp-perf-mrr-daily-master-2n-icx" - # Time period for regressions and progressions. + # Time period for regressions and progressions. Be CAREFULL with this + # number. Setting it too high causes long processing time during the + # application start-up. + # If NEWS_TIME_PERIOD = 180, it takes approx. 35 minutes to calculate + # annomalies for all tests. NEWS_TIME_PERIOD = 21 # [days] ############################################################################