mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Second attempt to commit : Test to see if this change improves or makes worse the texture sending bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user