egg框架设置请求body最长限制
message: 'request entity too large’ expected: 192044 length: 192044 limit: 102400 type: ‘entity.too.large’
在上传了一个音频文件的base64以后就报这个错。。请问egg在哪里可以修改body的请求大小限制啊。。
1 回复
找到了,, config.bodyParser = { jsonLimit: ‘100mb’, };