tick region health a bit faster
parent
3ca4b6f319
commit
8314987474
|
@ -2031,7 +2031,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
Thread.Sleep(30);
|
Thread.Sleep(30);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
incomingPacket = packetInbox.Dequeue(500);
|
incomingPacket = packetInbox.Dequeue(250);
|
||||||
|
|
||||||
if (incomingPacket != null)
|
if (incomingPacket != null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue