summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-04-11 16:14:16 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-04-11 16:14:16 -0600
commit3c0e4e432461122ed9efe3bb6157247a34d7911b (patch)
tree4a3776737e3d6f68af573fe7eb03f0f1fe48a3e6 /indra/newview/lltexturefetch.cpp
parent172b45d5a217c7cdb922f49706b310edc412fc28 (diff)
parent6eb53b7c42812cd1e2ebca21bec6849ba850406f (diff)
Automated merge with https://hg.lindenlab.com/merov/viewer-thx1138
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rwxr-xr-xindra/newview/lltexturefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index e27ebf9018..9ed6537b7a 100755
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -1151,7 +1151,7 @@ bool LLTextureFetchWorker::doWork(S32 param)
//1, not openning too many file descriptors at the same time;
//2, control the traffic of http so udp gets bandwidth.
//
- static const S32 MAX_NUM_OF_HTTP_REQUESTS_IN_QUEUE = 8 ;
+ static const S32 MAX_NUM_OF_HTTP_REQUESTS_IN_QUEUE = 24 ;
if(mFetcher->getNumHTTPRequests() > MAX_NUM_OF_HTTP_REQUESTS_IN_QUEUE)
{
return false ; //wait.