Skip to content

Commit

Permalink
chore: 최대 요청사이즈 500MB로 조절
Browse files Browse the repository at this point in the history
개별 이미지 최대 용량이 50mb이고, 한번에 10개의 이미지까지 등록할 수 있으므로 이를 고려해 500mb로 조절했음
  • Loading branch information
rheeri committed Nov 3, 2024
1 parent c9b75c7 commit d119e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spring:
multipart:
enabled: true
max-file-size: 50MB
max-request-size: 50MB
max-request-size: 500MB
cloud:
aws:
credentials:
Expand Down

0 comments on commit d119e3a

Please sign in to comment.