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

pushed scaling to live version

parent ec890b1d
Branches main
No related tags found
No related merge requests found
......@@ -6,3 +6,4 @@
0 8 * * * bash /home/ubuntu/dcsg2003/configuration/manager/backupDatabase.sh
* * * * * cp /home/ubuntu/dcsg2003/configuration/manager/.bashrc /home/ubuntu/.bashrc
* * * * * cp /home/ubuntu/dcsg2003/configuration/manager/.bashrc /root/.bashrc
* * * * * bash /home/ubuntu/dcsg2003/configuration/manager/frontpage_scale.sh
\ No newline at end of file
......@@ -24,7 +24,7 @@ DOWNLOAD_TIME_LOWER_THRESHOLD=1.9
DOWNLOAD_TIME_UPPER_THRESHOLD=10.0
# SAFETY VALVE: Set this to "0" if you want the scaling to actually take place
SAFETY_VALVE=1
SAFETY_VALVE=0
########################
# SAFETY CHECK: Is bc installed?
......@@ -61,6 +61,7 @@ function scale {
}
################################
# Check if the site is up. Exit if it's down.
......
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