aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/.sledjChisl.conf.lua
diff options
context:
space:
mode:
authoronefang2021-07-30 04:58:57 +1000
committeronefang2021-07-30 04:58:57 +1000
commit5cc9a764e72fa14dca2ec2097217b26d9832b77f (patch)
treea21dea8d1df5ab22259670a785f4cce71323e1e1 /src/.sledjChisl.conf.lua
parentMore rejigging of painful tmux panes. (diff)
downloadopensim-SC-5cc9a764e72fa14dca2ec2097217b26d9832b77f.zip
opensim-SC-5cc9a764e72fa14dca2ec2097217b26d9832b77f.tar.gz
opensim-SC-5cc9a764e72fa14dca2ec2097217b26d9832b77f.tar.bz2
opensim-SC-5cc9a764e72fa14dca2ec2097217b26d9832b77f.tar.xz
Add backup_IARsim config variable.
Only using it for newbie IAR loading for now, coz I haven't actually written the IAR backup code yet. Also clean out the excess table from ourSims, since it is no longer needed to find the sim we used to use for IARs.
Diffstat (limited to 'src/.sledjChisl.conf.lua')
-rw-r--r--src/.sledjChisl.conf.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.sledjChisl.conf.lua b/src/.sledjChisl.conf.lua
index d6fad37..f24e6ed 100644
--- a/src/.sledjChisl.conf.lua
+++ b/src/.sledjChisl.conf.lua
@@ -19,6 +19,7 @@ config =
19 ["loadAverageInc"] = 0.7; 19 ["loadAverageInc"] = 0.7;
20 ["simTimeOut"] = 45; -- seconds 20 ["simTimeOut"] = 45; -- seconds
21 ["bulkSims"] = 0; -- 0 means figure it out from number of CPUs. 21 ["bulkSims"] = 0; -- 0 means figure it out from number of CPUs.
22 ["backupIARsim"] = "Sandbox";
22 ["webRoot"] = "/var/www/html"; 23 ["webRoot"] = "/var/www/html";
23 ["webHost"] = "localhost"; 24 ["webHost"] = "localhost";
24 ["URL"] = "sledjchisl.fcgi"; 25 ["URL"] = "sledjchisl.fcgi";