Clarify explanation of DeleteScriptsOnStartup switch in [XEngine].
parent
d079ee9ef1
commit
270f0d5ae3
|
@ -218,11 +218,11 @@
|
||||||
;; server to send mail through.
|
;; server to send mail through.
|
||||||
; emailmodule = DefaultEmailModule
|
; emailmodule = DefaultEmailModule
|
||||||
|
|
||||||
; Controls whether previously compiled scripts are deleted on sim restart. If you disable this
|
;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true
|
||||||
; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
|
;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
|
||||||
; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
|
;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
|
||||||
; by scripts have changed.
|
;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
|
||||||
; Default is false
|
;; by scripts have changed.
|
||||||
; DeleteScriptsOnStartup = true
|
; DeleteScriptsOnStartup = true
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1182,12 +1182,11 @@
|
||||||
;; Path to script assemblies
|
;; Path to script assemblies
|
||||||
; ScriptEnginesPath = "ScriptEngines"
|
; ScriptEnginesPath = "ScriptEngines"
|
||||||
|
|
||||||
; Controls whether previously compiled scripts are deleted on sim restart. If you disable this
|
; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
|
||||||
; then startup will be faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
|
; 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
|
; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used
|
||||||
; by scripts have changed.
|
; by scripts have changed.
|
||||||
; Default is false
|
; DeleteScriptsOnStartup = false
|
||||||
; DeleteScriptsOnStartup = true
|
|
||||||
|
|
||||||
|
|
||||||
[OpenGridProtocol]
|
[OpenGridProtocol]
|
||||||
|
|
Loading…
Reference in New Issue