Skip to content

Commit

Permalink
chore: multipart max size 변경 (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Jun 2, 2024
1 parent dd5de7c commit ca7712f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spring:

servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 20MB
max-request-size: 20MB

0 comments on commit ca7712f

Please sign in to comment.