Skip to content

Commit

Permalink
Adjust max concurrent reqs per slot (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg authored Jul 13, 2018
1 parent 0cf2191 commit 9ebfbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
maxConcurrentReqs: {
type: 'number',
minimum: 1,
maximum: 1024
maximum: 256
},
timeout: {
type: 'number',
Expand Down

0 comments on commit 9ebfbb5

Please sign in to comment.