We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a61c2 commit 2e2b5bcCopy full SHA for 2e2b5bc
Gruntfile.js
@@ -136,6 +136,8 @@ module.exports = function(grunt) {
136
secret: '<%= aws.secret %>',
137
bucket: '<%= aws.bucket %>',
138
access: 'public-read',
139
+ // Limit concurrency
140
+ maxOperations: 20,
141
headers: {
142
// Surrogate-Key header for Fastly to purge by release
143
'x-amz-meta-surrogate-key': '<%= pkg.release %>'
0 commit comments