aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AssetCache.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs
index d0186e6..f38552f 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -664,7 +664,7 @@ namespace OpenSim.Framework.Communications.Caches
664 SendPacket(); 664 SendPacket();
665 counter++; 665 counter++;
666 666
667 if ((request.PacketCounter > request.NumPackets) | (counter >120) |(request.NumPackets ==1)) 667 if ((request.PacketCounter > request.NumPackets) | (counter > 50) |(request.NumPackets ==1))
668 { 668 {
669 return true; 669 return true;
670 } 670 }