aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorMelanie2011-10-12 01:29:31 +0100
committerMelanie2011-10-12 01:29:31 +0100
commite3f6344f54eece983578a475506db6585c866d52 (patch)
treeed85a641c65808014b927d87dfbdebe58f671c07 /bin/OpenSimDefaults.ini
parentFix rezzing coalesced object broken by core merge (diff)
parentClarify explanation of DeleteScriptsOnStartup switch in [XEngine]. (diff)
downloadopensim-SC-e3f6344f54eece983578a475506db6585c866d52.zip
opensim-SC-e3f6344f54eece983578a475506db6585c866d52.tar.gz
opensim-SC-e3f6344f54eece983578a475506db6585c866d52.tar.bz2
opensim-SC-e3f6344f54eece983578a475506db6585c866d52.tar.xz
Merge commit 'f1986d54bb3569e6b075b2125e860f31842a60cc' into bigmerge
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index cd69e2a..c4f5592 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1194,12 +1194,11 @@
1194 ;; Path to script assemblies 1194 ;; Path to script assemblies
1195 ; ScriptEnginesPath = "ScriptEngines" 1195 ; ScriptEnginesPath = "ScriptEngines"
1196 1196
1197 ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this 1197 ; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
1198 ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the 1198 ; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
1199 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used 1199 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
1200 ; by scripts have changed. 1200 ; by scripts have changed.
1201 ; Default is false 1201 ; DeleteScriptsOnStartup = false
1202 ; DeleteScriptsOnStartup = true
1203 1202
1204 1203
1205[OpenGridProtocol] 1204[OpenGridProtocol]