We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc2c329 + ee17e63 commit c3ef76fCopy full SHA for c3ef76f
1 file changed
middleware.js
@@ -37,7 +37,7 @@ export const imageUploader = multer({
37
acl: "public-read-write", // 파일 액세스 권한
38
}),
39
// 이미지 용량 제한 (5MB)
40
- limits: { fileSize: 5 * 1024 * 1024 },
+ limits: { fileSize: 100 * 1024 * 1024 },
41
});
42
43
export const configureMiddleware = (app) => {
0 commit comments