Skip to content

Commit

Permalink
increase max concurrent requests
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Sep 10, 2024
1 parent 6b193ba commit 6caca15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/app/routers/onshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async def pull_onshape_document(
default_revolute_joint_velocity=default_revolute_joint_velocity,
suffix_to_joint_effort=suffix_to_joint_effort or {},
suffix_to_joint_velocity=suffix_to_joint_velocity or {},
max_concurrent_requests=5,
voxel_size=voxel_size,
convex_collision_meshes=convex_collision_meshes,
add_mjcf=add_mjcf,
Expand Down

0 comments on commit 6caca15

Please sign in to comment.