aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AssetCache.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AssetCache.cs')
-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 84c549b..db2d2fe 100644
--- a/OpenSim/Framework/Communications/Cache/AssetCache.cs
+++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs
@@ -503,7 +503,7 @@ namespace OpenSim.Framework.Communications.Cache
503 { 503 {
504 int processedLength = 0; 504 int processedLength = 0;
505 // libsecondlife hardcodes 1500 as the maximum data chunk size 505 // libsecondlife hardcodes 1500 as the maximum data chunk size
506 int maxChunkSize = 1500; 506 int maxChunkSize = 1250;
507 int packetNumber = 0; 507 int packetNumber = 0;
508 508
509 while (processedLength < req.AssetInf.Data.Length) 509 while (processedLength < req.AssetInf.Data.Length)