aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
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/OpenSim.ini.example
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/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index c3d3216..40612e9 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -223,11 +223,11 @@
223 ;; server to send mail through. 223 ;; server to send mail through.
224 ; emailmodule = DefaultEmailModule 224 ; emailmodule = DefaultEmailModule
225 225
226 ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this 226 ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true
227 ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the 227 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
228 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used 228 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
229 ; by scripts have changed. 229 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
230 ; Default is false 230 ;; by scripts have changed.
231 ; DeleteScriptsOnStartup = true 231 ; DeleteScriptsOnStartup = true
232 232
233 233