* Adds flag to enable/disable EventQueueGet.

* If EventQueueGet is enabled, use that instead of a few UDP packets, if it's disabled use the UDP packets like normal.
* We *really* suggest users do not turn on EventQueueGet yet..  as it's highly experimental, broken, and resource intensive
* Updated OpenSim.ini.example
* Testers of EventQueueGet..   in OpenSim.ini, it's in the [Startup] Section..   change EventQueue = false, to EventQueue = true.
This commit is contained in:
Teravus Ovares
2008-09-27 23:06:28 +00:00
parent 07b32c9320
commit 21bf26e9b4
3 changed files with 36 additions and 10 deletions

View File

@@ -4,6 +4,9 @@
; Set this to false if you are running OpenSimulator in standalone mode
gridmode = false
; Experimental! Enables EventQueueGet which is highly broken right now.
EventQueue = false
; ##
; ## REGIONS
; ##