aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUbitUmarov2018-02-07 18:38:37 +0000
committerUbitUmarov2018-02-07 18:38:37 +0000
commitcddb848c13f39c5e715a745c75214dba8d87b5d7 (patch)
tree9fad1bf7e289e5fa6e28a9fa2cd1ab9e75b7a05b
parentsome more code from mrieker for system threads, give up of all the other mono... (diff)
downloadopensim-SC-cddb848c13f39c5e715a745c75214dba8d87b5d7.zip
opensim-SC-cddb848c13f39c5e715a745c75214dba8d87b5d7.tar.gz
opensim-SC-cddb848c13f39c5e715a745c75214dba8d87b5d7.tar.bz2
opensim-SC-cddb848c13f39c5e715a745c75214dba8d87b5d7.tar.xz
add a warning about XMR only suoprting one region per instance at this point, it was never made to suport more
-rw-r--r--bin/OpenSim.ini.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 40bbb26..fc29304 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -921,6 +921,7 @@
921 921
922[XMREngine] 922[XMREngine]
923 ;; experimental engine 923 ;; experimental engine
924 ;; ONLY SUPORTS ONE REGION PER INSTANCE at this point
924 ;; implements microthreading, so fixing problems like llSleep or long events handlers 925 ;; implements microthreading, so fixing problems like llSleep or long events handlers
925 ;; but those will suffer from timeslicing, so will be slower. 926 ;; but those will suffer from timeslicing, so will be slower.
926 ;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc) 927 ;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc)