diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 33b2819..04a4f7d 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -933,17 +933,12 @@ | |||
933 | ; PriceGroupCreate = 0 | 933 | ; PriceGroupCreate = 0 |
934 | 934 | ||
935 | [YEngine] | 935 | [YEngine] |
936 | ;; experimental engine | ||
937 | ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers | 936 | ;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers |
938 | ;; but those will suffer from timeslicing, so will be slower. | 937 | ;; but those will suffer from timeslicing, so will be slower. |
939 | ;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc) | 938 | ;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc) |
940 | ;; ignore its extensions (subset of original XMRengine), those are still undefined. | 939 | ;; ignore its extensions (subset of original XMRengine), those are still undefined. |
941 | Enabled = false | 940 | ; Enabled = false |
942 | ScriptStackSize = 256 | 941 | |
943 | ScriptHeapSize = 256 | ||
944 | UseSourceHashCode = true | ||
945 | MinTimerInterval = 0.1 | ||
946 | ;ScriptBasePath="ScriptEngines" | ||
947 | 942 | ||
948 | [XEngine] | 943 | [XEngine] |
949 | ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true | 944 | ;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true |