aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
authorMW2007-08-25 20:35:51 +0000
committerMW2007-08-25 20:35:51 +0000
commitfafe70bba4f6c6b08a578dc5d9791a13ac449c72 (patch)
treeef1e7e3795865d40cbd10fd0b678fcc36888e529 /OpenSim/Framework/Communications/Cache/AssetCache.cs
parentRemoval of script that was unable to compile no longer crashes server. (diff)
downloadopensim-SC_OLD-fafe70bba4f6c6b08a578dc5d9791a13ac449c72.zip
opensim-SC_OLD-fafe70bba4f6c6b08a578dc5d9791a13ac449c72.tar.gz
opensim-SC_OLD-fafe70bba4f6c6b08a578dc5d9791a13ac449c72.tar.bz2
opensim-SC_OLD-fafe70bba4f6c6b08a578dc5d9791a13ac449c72.tar.xz
Second attempt to commit : Test to see if this change improves or makes worse the texture sending bug
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 }