Skip to content

Commit

Permalink
refactor: multipart max-size
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 19, 2024
1 parent ef3f39a commit 3d68ac1
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 3d68ac1

Please sign in to comment.