restore original RecyclePackets default

This commit is contained in:
UbitUmarov
2020-10-12 20:59:47 +01:00
parent 930f57b4f3
commit c7c82773d0

View File

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