diff --git a/configuration/manager/frontpage_scale.sh b/configuration/manager/frontpage_scale.sh
index 37a256aad89eb2f00f6e4ad743898f11c9791631..497ef3cfc0e90d551020c1bc02333f73e06de171 100644
--- a/configuration/manager/frontpage_scale.sh
+++ b/configuration/manager/frontpage_scale.sh
@@ -9,7 +9,7 @@ COMPANY_NAME="AETA"
 SERVER_IP="192.168.134.127"
 
 # What is the lowest desired number of frontpage users?
-FRONTPAGE_COUNT_LIMIT=50
+FRONTPAGE_COUNT_LIMIT=100
 
 # What increments do we increase in?
 SCALE_UP_INCREMENT=25
@@ -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=1.0
+DOWNLOAD_TIME_LOWER_THRESHOLD=10.0
 
 # What is the upper download time limit we would like to stay below?
-DOWNLOAD_TIME_UPPER_THRESHOLD=2.0
+DOWNLOAD_TIME_UPPER_THRESHOLD=11.0
 
 # SAFETY VALVE: Set this to "0" if you want the scaling to actually take place
 SAFETY_VALVE=0