aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-09-24 00:22:23 +0100
committerJustin Clark-Casey (justincc)2011-09-24 00:22:23 +0100
commit53646070057c9355bba6df9e181253232d97d8e9 (patch)
tree139d865a7a359d439c549a19683dd64dde407188 /bin/OpenSim.ini.example
parentmake distribution creating code to copy FlotsamCache.ini.example to FlotsamCa... (diff)
downloadopensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.zip
opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.tar.gz
opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.tar.bz2
opensim-SC_OLD-53646070057c9355bba6df9e181253232d97d8e9.tar.xz
Clarify explanation of the "DeleteScriptsOnStartup" config switch and add this to OpenSim.ini.example since it's very useful if you're not updating OpenSim from source.
On reflection, "DeleteScriptsOnStartup" isn't a great name since it suggests real script deletion rather than compiled versions.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 925c343..57a2e06 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -218,6 +218,13 @@
218 ;; server to send mail through. 218 ;; server to send mail through.
219 ; emailmodule = DefaultEmailModule 219 ; emailmodule = DefaultEmailModule
220 220
221 ; Controls whether previously compiled scripts are deleted on sim restart. If you disable this
222 ; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
223 ; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
224 ; by scripts have changed.
225 ; Default is false
226 ; DeleteScriptsOnStartup = true
227
221 228
222[SMTP] 229[SMTP]
223 ;; The SMTP server enabled the email module to send email to external 230 ;; The SMTP server enabled the email module to send email to external