mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
YEngine, change default number of exec threads to 2 of priority Normal. Let the threads priority a option on ini files
This commit is contained in:
@@ -933,17 +933,12 @@
|
||||
; PriceGroupCreate = 0
|
||||
|
||||
[YEngine]
|
||||
;; experimental engine
|
||||
;; implements non preemptive microthreading, so fixing problems like llSleep or long events handlers
|
||||
;; but those will suffer from timeslicing, so will be slower.
|
||||
;; warning: scripts state is lost on TP or cross to Xengine regions (cars stop, etc)
|
||||
;; ignore its extensions (subset of original XMRengine), those are still undefined.
|
||||
Enabled = false
|
||||
ScriptStackSize = 256
|
||||
ScriptHeapSize = 256
|
||||
UseSourceHashCode = true
|
||||
MinTimerInterval = 0.1
|
||||
;ScriptBasePath="ScriptEngines"
|
||||
; Enabled = false
|
||||
|
||||
|
||||
[XEngine]
|
||||
;# {Enabled} {} {Enable the XEngine scripting engine?} {true false} true
|
||||
|
||||
Reference in New Issue
Block a user