Skip to content

Commit e5bfaf3

Browse files
authored
fix(npm-event): increase hooks limit to 100mb
1 parent 0dff510 commit e5bfaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/npm-event.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function npmEvent (server, {env, channel}, next) {
1818
payload: {
1919
output: 'data',
2020
parse: false,
21-
maxBytes: 1024 * 1024 * 25 // = 25 MB
21+
maxBytes: 1024 * 1024 * 100 // = 100 MB
2222
}
2323
}
2424
})

0 commit comments

Comments
 (0)