Clarify explanation of DeleteScriptsOnStartup switch in [XEngine].

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-10-04 22:48:28 +01:00
parent bfa405e6f7
commit f1986d54bb
2 changed files with 8 additions and 9 deletions

View File

@ -223,11 +223,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

View File

@ -1194,12 +1194,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]