summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2014-08-21 15:20:31 -0400
committerMonty Brandenberg <monty@lindenlab.com>2014-08-21 15:20:31 -0400
commit7fa382937679a9937fd7b09e33b6c2f39ec680ff (patch)
treeec2eb7248cf91d839b52d893d6e55b8476c3f7a2
parente79a88c8ccfadcd260892000d4dec2ae921b26de (diff)
Remove viewer-side throttles on mesh requests.
-rwxr-xr-xindra/newview/llappcorehttp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappcorehttp.cpp b/indra/newview/llappcorehttp.cpp
index 464e60948a..e9274c5c1e 100755
--- a/indra/newview/llappcorehttp.cpp
+++ b/indra/newview/llappcorehttp.cpp
@@ -65,12 +65,12 @@ static const struct
"texture fetch"
},
{ // AP_MESH1
- 32, 1, 128, 100, false,
+ 32, 1, 128, 0, false,
"MeshMaxConcurrentRequests",
"mesh fetch"
},
{ // AP_MESH2
- 8, 1, 32, 100, true,
+ 8, 1, 32, 0, true,
"Mesh2MaxConcurrentRequests",
"mesh2 fetch"
},