Skip to content

Commit

Permalink
HOTFIX : 파일 용량 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
anxi01 committed Apr 3, 2024
1 parent e4c9b18 commit c4d38e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:

servlet:
multipart:
max-file-size: 3MB # 파일 하나당 크기
max-file-size: 5MB # 파일 하나당 크기
max-request-size: 15MB # 전송하려는 총 파일 크기

jwt:
Expand Down

0 comments on commit c4d38e0

Please sign in to comment.