Skip to content
Snippets Groups Projects
Commit 7fa38293 authored by Monty Brandenberg's avatar Monty Brandenberg
Browse files

Remove viewer-side throttles on mesh requests.

parent e79a88c8
No related branches found
No related tags found
No related merge requests found
...@@ -65,12 +65,12 @@ static const struct ...@@ -65,12 +65,12 @@ static const struct
"texture fetch" "texture fetch"
}, },
{ // AP_MESH1 { // AP_MESH1
32, 1, 128, 100, false, 32, 1, 128, 0, false,
"MeshMaxConcurrentRequests", "MeshMaxConcurrentRequests",
"mesh fetch" "mesh fetch"
}, },
{ // AP_MESH2 { // AP_MESH2
8, 1, 32, 100, true, 8, 1, 32, 0, true,
"Mesh2MaxConcurrentRequests", "Mesh2MaxConcurrentRequests",
"mesh2 fetch" "mesh2 fetch"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment