From fafe70bba4f6c6b08a578dc5d9791a13ac449c72 Mon Sep 17 00:00:00 2001 From: MW Date: Sat, 25 Aug 2007 20:35:51 +0000 Subject: Second attempt to commit : Test to see if this change improves or makes worse the texture sending bug --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Cache/AssetCache.cs') 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 SendPacket(); counter++; - if ((request.PacketCounter > request.NumPackets) | (counter >120) |(request.NumPackets ==1)) + if ((request.PacketCounter > request.NumPackets) | (counter > 50) |(request.NumPackets ==1)) { return true; } -- cgit v1.1