From 617d76697d1f5d6f7c44badbbb6af169495ae7eb Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 3 Feb 2018 21:18:32 +0000 Subject: [PATCH] make XMR script cache location option visible --- bin/OpenSim.ini.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 5c9dab2f8e..40bbb264a2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -923,7 +923,7 @@ ;; experimental engine ;; implements microthreading, so fixing problems like llSleep or long events handlers ;; 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. ;; 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. @@ -933,7 +933,8 @@ ScriptStackSize = 256 ScriptHeapSize = 256 UseSourceHashCode = true - MinTimerInterval = 0.1 + MinTimerInterval = 0.1 + ;ScriptBasePath="ScriptData" [XEngine] ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true