From 21bf26e9b472f830c1a78ae0be6fff5e1e77f250 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 27 Sep 2008 23:06:28 +0000 Subject: * 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. --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e4cc891..90538a2 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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 ; ## -- cgit v1.1