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

afrisby
MW 2007-08-25 20:35:51 +00:00
parent 80234b98e5
commit fafe70bba4
1 changed files with 1 additions and 1 deletions

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;
}