-
+
{
limits: {
files: 10,
fieldNameSize: 400,
- fileSize: 80 * 1024 * 1024,
+ fileSize: 800 * 1024 * 1024,
},
};
@@ -36,7 +36,7 @@ export const uploadService = () => {
}),
};
- return multer(options).array('images', 5);
+ return multer(options).array('images', 10);
} catch (e) {
console.error('Upload error', e)
throw e;