We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dff510 commit e5bfaf3Copy full SHA for e5bfaf3
lib/npm-event.js
@@ -18,7 +18,7 @@ function npmEvent (server, {env, channel}, next) {
18
payload: {
19
output: 'data',
20
parse: false,
21
- maxBytes: 1024 * 1024 * 25 // = 25 MB
+ maxBytes: 1024 * 1024 * 100 // = 100 MB
22
}
23
24
})
0 commit comments