aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2019-11-22 07:01:17 +0000
committerUbitUmarov2019-11-22 07:01:17 +0000
commit943d0935a624710b2d38bd4be906aaada2c2d1fe (patch)
tree1857b4d4bac5b6f936347baa569bf0b8e176d649 /bin/OpenSim.ini.example
parentOooopss (diff)
downloadopensim-SC-943d0935a624710b2d38bd4be906aaada2c2d1fe.zip
opensim-SC-943d0935a624710b2d38bd4be906aaada2c2d1fe.tar.gz
opensim-SC-943d0935a624710b2d38bd4be906aaada2c2d1fe.tar.bz2
opensim-SC-943d0935a624710b2d38bd4be906aaada2c2d1fe.tar.xz
YEngine, change default number of exec threads to 2 of priority Normal. Let the threads priority a option on ini files
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example9
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