From bb690aecdb3915b086be1f0cc0162b12dee86d45 Mon Sep 17 00:00:00 2001 From: raphaesl <raphaesl@stud.ntnu.no> Date: Sat, 25 Mar 2023 20:16:51 +0100 Subject: [PATCH] Config update --- configuration/manager/frontpage_scale.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/manager/frontpage_scale.sh b/configuration/manager/frontpage_scale.sh index 45a5ea3..59514d6 100644 --- a/configuration/manager/frontpage_scale.sh +++ b/configuration/manager/frontpage_scale.sh @@ -18,10 +18,10 @@ SCALE_UP_INCREMENT=25 SCALE_DOWN_INCREMENT=50 # What is the lower download time limit we would like to stay above? -DOWNLOAD_TIME_LOWER_THRESHOLD=3.0 +DOWNLOAD_TIME_LOWER_THRESHOLD=4.0 # What is the upper download time limit we would like to stay below? -DOWNLOAD_TIME_UPPER_THRESHOLD=10.0 +DOWNLOAD_TIME_UPPER_THRESHOLD=5.0 # SAFETY VALVE: Set this to "0" if you want the scaling to actually take place SAFETY_VALVE=0 -- GitLab