From 7811b90f0b89b1ad92a7ca4020d070dad0b25890 Mon Sep 17 00:00:00 2001 From: raphaesl <raphaesl@stud.ntnu.no> Date: Sat, 25 Mar 2023 20:14:28 +0100 Subject: [PATCH] Config update --- configuration/manager/frontpage_scale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/manager/frontpage_scale.sh b/configuration/manager/frontpage_scale.sh index 1e19363..45a5ea3 100644 --- a/configuration/manager/frontpage_scale.sh +++ b/configuration/manager/frontpage_scale.sh @@ -18,7 +18,7 @@ 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=0 +DOWNLOAD_TIME_LOWER_THRESHOLD=3.0 # What is the upper download time limit we would like to stay below? DOWNLOAD_TIME_UPPER_THRESHOLD=10.0 -- GitLab