Sequence inventory descendents requests to reduce inventory server load and

movement lag.
This commit is contained in:
Melanie
2012-08-30 00:34:12 +02:00
parent 67f18655d5
commit 211f4fb411
2 changed files with 56 additions and 5 deletions

View File

@@ -927,6 +927,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
packetInbox.EnqueueHigh(new IncomingPacket((LLClientView)client, packet));
else
packetInbox.EnqueueLow(new IncomingPacket((LLClientView)client, packet));
// packetInbox.Enqueue(new IncomingPacket((LLClientView)client, packet));
}
#region BinaryStats