From cddb848c13f39c5e715a745c75214dba8d87b5d7 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Wed, 7 Feb 2018 18:38:37 +0000 Subject: [PATCH] add a warning about XMR only suoprting one region per instance at this point, it was never made to suport more --- bin/OpenSim.ini.example | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 40bbb264a2..fc29304a8a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -921,6 +921,7 @@ [XMREngine] ;; experimental engine + ;; ONLY SUPORTS ONE REGION PER INSTANCE at this point ;; 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)