Move DeleteScriptsOnStartup switch from [Startup] to [XEngine] in OpenSim.ini.example.
If anybody was changing this and wondering why there was no effect, this is why.0.7.2-post-fixes
parent
59c19110e4
commit
f3b45be9c0
|
@ -218,14 +218,6 @@
|
||||||
;; server to send mail through.
|
;; server to send mail through.
|
||||||
; emailmodule = DefaultEmailModule
|
; emailmodule = DefaultEmailModule
|
||||||
|
|
||||||
;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
|
|
||||||
;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
|
|
||||||
;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
|
|
||||||
;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
|
|
||||||
;; by scripts have changed.
|
|
||||||
; DeleteScriptsOnStartup = true
|
|
||||||
|
|
||||||
|
|
||||||
[SMTP]
|
[SMTP]
|
||||||
;; The SMTP server enabled the email module to send email to external
|
;; The SMTP server enabled the email module to send email to external
|
||||||
;; destinations.
|
;; destinations.
|
||||||
|
@ -554,6 +546,13 @@
|
||||||
;; Stack size per thread created
|
;; Stack size per thread created
|
||||||
; ThreadStackSize = 262144
|
; ThreadStackSize = 262144
|
||||||
|
|
||||||
|
;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
|
||||||
|
;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
|
||||||
|
;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
|
||||||
|
;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
|
||||||
|
;; by scripts have changed.
|
||||||
|
; DeleteScriptsOnStartup = true
|
||||||
|
|
||||||
;; Set this to true (the default) to load each script into a separate
|
;; Set this to true (the default) to load each script into a separate
|
||||||
;; AppDomain. Setting this to false will load all script assemblies into the
|
;; AppDomain. Setting this to false will load all script assemblies into the
|
||||||
;; current AppDomain, which will reduce the per-script overhead at the
|
;; current AppDomain, which will reduce the per-script overhead at the
|
||||||
|
|
Loading…
Reference in New Issue