fix: FILE_STORAGE_UPLOAD_MAX_SIZE not considered for direct uploads. closes #6078
This commit is contained in:
@@ -44,6 +44,7 @@ api.use(
|
||||
bodyParser({
|
||||
multipart: true,
|
||||
formidable: {
|
||||
maxFileSize: env.FILE_STORAGE_UPLOAD_MAX_SIZE,
|
||||
maxFieldsSize: 10 * 1024 * 1024,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user