aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/OpenSim.ini.example14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index e31d0f4..d4e61a5 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -231,13 +231,6 @@
231 ;; server to send mail through. 231 ;; server to send mail through.
232 ; emailmodule = DefaultEmailModule 232 ; emailmodule = DefaultEmailModule
233 233
234 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
235 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
236 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
237 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
238 ;; by scripts have changed.
239 ; DeleteScriptsOnStartup = true
240
241[SMTP] 234[SMTP]
242 ;; The SMTP server enabled the email module to send email to external 235 ;; The SMTP server enabled the email module to send email to external
243 ;; destinations. 236 ;; destinations.
@@ -571,6 +564,13 @@
571 ;; Stack size per thread created 564 ;; Stack size per thread created
572 ; ThreadStackSize = 262144 565 ; ThreadStackSize = 262144
573 566
567 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
568 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
569 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
570 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
571 ;; by scripts have changed.
572 ; DeleteScriptsOnStartup = true
573
574 ;; Set this to true (the default) to load each script into a separate 574 ;; Set this to true (the default) to load each script into a separate
575 ;; AppDomain. Setting this to false will load all script assemblies into the 575 ;; AppDomain. Setting this to false will load all script assemblies into the
576 ;; current AppDomain, which will reduce the per-script overhead at the 576 ;; current AppDomain, which will reduce the per-script overhead at the