From c752c4a59505f32746b9ba8ae0ddc5ca6e6f5253 Mon Sep 17 00:00:00 2001 From: raphaesl <raphaesl@stud.ntnu.no> Date: Sat, 25 Mar 2023 17:21:04 +0100 Subject: [PATCH] pushed scaling to live version --- 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 9906d25..8c0106a 100644 --- a/configuration/manager/frontpage_scale.sh +++ b/configuration/manager/frontpage_scale.sh @@ -21,7 +21,7 @@ SCALE_DOWN_INCREMENT=50 DOWNLOAD_TIME_LOWER_THRESHOLD=1.9 # 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