Update information in OpenSimDefaults to reflect the fact that ScriptStopStrategy in [XEngine] can now be changed without manually deleting old compiled scripts.
parent
0c8f3dddd8
commit
d62acc7e37
|
@ -1426,13 +1426,13 @@
|
||||||
; by scripts have changed.
|
; by scripts have changed.
|
||||||
; DeleteScriptsOnStartup = false
|
; DeleteScriptsOnStartup = false
|
||||||
|
|
||||||
; Controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op)
|
; Controls whether scripts are stopped by aborting their threads externally (abort)
|
||||||
|
; or by co-operative checks inserted by OpenSimulator into compiled script (co-op)
|
||||||
; co-op will be more stable but this option is currently experimental.
|
; co-op will be more stable but this option is currently experimental.
|
||||||
; If moving from co-op to abort, existing script DLLs will need to be recompiled.
|
; If this setting is changed between co-op and abort, then existing scripts will automatically be recompiled if necessary.
|
||||||
; This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run
|
; However, the setting change will not take affect until the next time you restart the simulator.
|
||||||
; or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/
|
; Setting changes will not affect state information stored for scripts.
|
||||||
; One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
|
;ScriptStopStrategy = abort
|
||||||
ScriptStopStrategy = abort
|
|
||||||
|
|
||||||
; Rate to poll for asynchronous command replies (ms)
|
; Rate to poll for asynchronous command replies (ms)
|
||||||
; currently unused
|
; currently unused
|
||||||
|
|
Loading…
Reference in New Issue