From 8de395d379ba3278b2160b66dd8da7f973a2cf10 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 3 Oct 2008 09:53:49 +0000 Subject: * EventQueueGet is now working. * Switched it on by default * Updated OpenSim.ini.example to reflect this * Caught a UDP Server issue that occurs when the network pipe is saturated * Still experimental :D --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index eb2b4aa..9caffee 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -4,8 +4,8 @@ ; 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 +; Enables EventQueueGet Service. +EventQueue = true ; ## ; ## REGIONS -- cgit v1.1