diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 8b77ee9..7db7506 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -927,14 +927,10 @@ | |||
927 | 927 | ||
928 | [YEngine] | 928 | [YEngine] |
929 | ;; experimental engine | 929 | ;; experimental engine |
930 | ;; ONLY SUPORTS ONE REGION PER INSTANCE at this point | ||
931 | ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers | 930 | ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers |
932 | ;; but those will suffer from timeslicing, so will be slower. | 931 | ;; but those will suffer from timeslicing, so will be slower. |
933 | ;; compiles LSL directly to IL, so only suports LSL scripting (no C# etc) | 932 | ;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc) |
934 | ;; shares the Xengine APIs like LSL, OSSL, etc. | 933 | ;; ignore its extensions (subset of original XMRengine), those are still undefined. |
935 | ;; DANGER, do not use with HG, don't leave regions running alone with it. | ||
936 | ;; TPs or crossings to/from Xengine will full recompile scripts losing state. | ||
937 | ;; attachment scripts may misbehave, cars will stop on crossings, etc. | ||
938 | Enabled = false | 934 | Enabled = false |
939 | ScriptStackSize = 256 | 935 | ScriptStackSize = 256 |
940 | ScriptHeapSize = 256 | 936 | ScriptHeapSize = 256 |