diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-05-10 14:56:52 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-05-10 14:56:52 -0600 |
commit | a4eb314b76f7dfb490bed1868eed8af2315c48c8 (patch) | |
tree | cc5fe5946093e99a29c16beb83dc9d2862921e10 /indra/newview/lltexturefetch.h | |
parent | cde573b03f7ce389c4cc322d4ce55479c0b9ee53 (diff) |
for SH-3132. roll back http concurrency for texture fetching back to 8.
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r-- | indra/newview/lltexturefetch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h index 3ac08ecbc2..4d17cd0b7b 100644 --- a/indra/newview/lltexturefetch.h +++ b/indra/newview/lltexturefetch.h @@ -110,7 +110,6 @@ public: inline void decrCurlPOSTCount() { mCurlPOSTRequestCount--; } bool canIssueHTTPRequest(); - void adjustHTTPConcurrency(bool success); S32 getHTTPConcurrency(); protected: |