diff options
author | onefang | 2021-07-30 04:58:57 +1000 |
---|---|---|
committer | onefang | 2021-07-30 04:58:57 +1000 |
commit | 5cc9a764e72fa14dca2ec2097217b26d9832b77f (patch) | |
tree | a21dea8d1df5ab22259670a785f4cce71323e1e1 /src/.sledjChisl.conf.lua | |
parent | More rejigging of painful tmux panes. (diff) | |
download | opensim-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.lua | 1 |
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"; |