diff --git a/indra/newview/llappcorehttp.cpp b/indra/newview/llappcorehttp.cpp
index 464e60948aa03f25f5a308c6fe7f70ffda51374b..e9274c5c1eebeb8ba5c193dfbb6dd214329c19fb 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"
 	},