diff options
author | MW | 2007-08-25 20:35:51 +0000 |
---|---|---|
committer | MW | 2007-08-25 20:35:51 +0000 |
commit | fafe70bba4f6c6b08a578dc5d9791a13ac449c72 (patch) | |
tree | ef1e7e3795865d40cbd10fd0b678fcc36888e529 | |
parent | Removal of script that was unable to compile no longer crashes server. (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 |
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 | } |