Second attempt to commit : Test to see if this change improves or makes worse the texture sending bug

This commit is contained in:
MW
2007-08-25 20:35:51 +00:00
parent 80234b98e5
commit fafe70bba4

View File

@@ -664,7 +664,7 @@ namespace OpenSim.Framework.Communications.Caches
SendPacket();
counter++;
if ((request.PacketCounter > request.NumPackets) | (counter >120) |(request.NumPackets ==1))
if ((request.PacketCounter > request.NumPackets) | (counter > 50) |(request.NumPackets ==1))
{
return true;
}