We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4086e4 commit d746610Copy full SHA for d746610
src/commands/deploy.js
@@ -77,8 +77,8 @@ command.handler = async function(argv) {
77
78
// Chunk the files array into smaller pieces to handle
79
// concurrency with the api requests.
80
- if (argv['chunk-size'] > 10) {
81
- argv['chunk-size'] = 10;
+ if (argv['chunk-size'] > 20) {
+ argv['chunk-size'] = 20;
82
}
83
files = chunk(files, argv['chunk-size']);
84
0 commit comments