Skip to content

Commit 2e2b5bc

Browse files
committed
Limit S3 concurrency so I don't have to increase my ulimit
1 parent a8a61c2 commit 2e2b5bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gruntfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ module.exports = function(grunt) {
136136
secret: '<%= aws.secret %>',
137137
bucket: '<%= aws.bucket %>',
138138
access: 'public-read',
139+
// Limit concurrency
140+
maxOperations: 20,
139141
headers: {
140142
// Surrogate-Key header for Fastly to purge by release
141143
'x-amz-meta-surrogate-key': '<%= pkg.release %>'

0 commit comments

Comments
 (0)