Skip to content

Commit

Permalink
Increase MaxConcurrentTransforms to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloha106 committed Sep 13, 2018
1 parent c778b4c commit 25ce707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
"{\n",
" \"TransformJobName\": batch_job_name,\n",
" \"ModelName\": model_name,\n",
" \"MaxConcurrentTransforms\": 10,\n",
" \"MaxConcurrentTransforms\": 16,\n",
" \"MaxPayloadInMB\": 6,\n",
" \"BatchStrategy\": \"SingleRecord\",\n",
" \"TransformOutput\": {\n",
Expand Down

0 comments on commit 25ce707

Please sign in to comment.