mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Sequence inventory descendents requests to reduce inventory server load and
movement lag.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user