Authored by 姜枫

change form limit

Showing 1 changed file with 2 additions and 0 deletions
... ... @@ -39,6 +39,8 @@ app.use(convert(body({
plainObjects: true
},
jsonLimit: '10mb',
formLimit: '10mb',
textLimit: '10mb',
formidable: {
maxFieldsSize: 10 * 1024
}
... ...