aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-04 22:48:28 +0100
committerJustin Clark-Casey (justincc)2011-10-04 22:48:28 +0100
commitf1986d54bb3569e6b075b2125e860f31842a60cc (patch)
treead68ae56ca9b1bffeba98fd040452f485045e5e9 /bin/OpenSimDefaults.ini
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-f1986d54bb3569e6b075b2125e860f31842a60cc.zip
opensim-SC_OLD-f1986d54bb3569e6b075b2125e860f31842a60cc.tar.gz
opensim-SC_OLD-f1986d54bb3569e6b075b2125e860f31842a60cc.tar.bz2
opensim-SC_OLD-f1986d54bb3569e6b075b2125e860f31842a60cc.tar.xz
Clarify explanation of DeleteScriptsOnStartup switch in [XEngine].
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-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]