Second attempt to commit : Test to see if this change improves or makes worse the texture sending bug
parent
80234b98e5
commit
fafe70bba4
|
@ -664,7 +664,7 @@ namespace OpenSim.Framework.Communications.Caches
|
||||||
SendPacket();
|
SendPacket();
|
||||||
counter++;
|
counter++;
|
||||||
|
|
||||||
if ((request.PacketCounter > request.NumPackets) | (counter >120) |(request.NumPackets ==1))
|
if ((request.PacketCounter > request.NumPackets) | (counter > 50) |(request.NumPackets ==1))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue