Skip to content
Snippets Groups Projects
Commit 2f3c31c4 authored by Raphael Storm Larsen's avatar Raphael Storm Larsen
Browse files

Adjusted frontpage_scale for personal use

parent a0538fbe
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ COMPANY_NAME="AETA" ...@@ -9,7 +9,7 @@ COMPANY_NAME="AETA"
SERVER_IP="192.168.134.127" SERVER_IP="192.168.134.127"
# What is the lowest desired number of frontpage users? # What is the lowest desired number of frontpage users?
FRONTPAGE_COUNT_LIMIT=500 FRONTPAGE_COUNT_LIMIT=10
# What increments do we increase in? # What increments do we increase in?
SCALE_UP_INCREMENT=25 SCALE_UP_INCREMENT=25
...@@ -18,10 +18,10 @@ SCALE_UP_INCREMENT=25 ...@@ -18,10 +18,10 @@ SCALE_UP_INCREMENT=25
SCALE_DOWN_INCREMENT=50 SCALE_DOWN_INCREMENT=50
# What is the lower download time limit we would like to stay above? # What is the lower download time limit we would like to stay above?
DOWNLOAD_TIME_LOWER_THRESHOLD=4.5 DOWNLOAD_TIME_LOWER_THRESHOLD=1.9
# What is the upper download time limit we would like to stay below? # What is the upper download time limit we would like to stay below?
DOWNLOAD_TIME_UPPER_THRESHOLD=5.5 DOWNLOAD_TIME_UPPER_THRESHOLD=10.0
# SAFETY VALVE: Set this to "0" if you want the scaling to actually take place # SAFETY VALVE: Set this to "0" if you want the scaling to actually take place
SAFETY_VALVE=1 SAFETY_VALVE=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment