disabpe lludp packetpool

This commit is contained in:
UbitUmarov
2020-10-10 20:41:12 +01:00
parent 9c01e8b0c4
commit c2879f9f83

View File

@@ -102,7 +102,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private PacketPool()
{
// defaults
RecyclePackets = true;
//RecyclePackets = true;
RecyclePackets = false;
}
/// <summary>