make XMR script cache location option visible

httptests
UbitUmarov 2018-02-03 21:18:32 +00:00
parent 73177f2afa
commit 617d76697d
1 changed files with 3 additions and 2 deletions

View File

@ -923,7 +923,7 @@
;; experimental engine ;; experimental engine
;; implements microthreading, so fixing problems like llSleep or long events handlers ;; implements microthreading, so fixing problems like llSleep or long events handlers
;; but those will suffer from timeslicing, so will be slower. ;; but those will suffer from timeslicing, so will be slower.
;; compiles LSL directly to IL, so only suports LSL scripting ( no C# etc) ;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc)
;; shares the Xengine APIs like LSL, OSSL, etc. ;; shares the Xengine APIs like LSL, OSSL, etc.
;; DANGER, do not use with HG, don't leave regions running alone with it. ;; DANGER, do not use with HG, don't leave regions running alone with it.
;; TPs or crossings to/from Xengine will recompile scripts losing state. ;; TPs or crossings to/from Xengine will recompile scripts losing state.
@ -934,6 +934,7 @@
ScriptHeapSize = 256 ScriptHeapSize = 256
UseSourceHashCode = true UseSourceHashCode = true
MinTimerInterval = 0.1 MinTimerInterval = 0.1
;ScriptBasePath="ScriptData"
[XEngine] [XEngine]
;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true