Skip to content

Commit

Permalink
Merge pull request #144 from sh1220/dev
Browse files Browse the repository at this point in the history
refactor: multipart max-size
  • Loading branch information
sh1220 authored Aug 19, 2024
2 parents c8fa1e7 + 3d68ac1 commit 062e6f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ spring:
servlet:
multipart:
enabled: true
max-file-size: 30MB
max-request-size: 30MB
max-file-size: 5MB
max-request-size: 5MB

---

Expand Down Expand Up @@ -109,8 +109,8 @@ spring:
servlet:
multipart:
enabled: true
max-file-size: 30MB
max-request-size: 30MB
max-file-size: 5MB
max-request-size: 5MB

---

Expand Down

0 comments on commit 062e6f2

Please sign in to comment.