Skip to content

Commit

Permalink
feat: multipart max-size
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 19, 2024
1 parent 3aa1f2a commit ef3f39a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ spring:
timeout: 5000
writetimeout: 5000
auth-code-expiration-millis: 1800000
servlet:
multipart:
enabled: true
max-file-size: 30MB
max-request-size: 30MB

---

Expand Down Expand Up @@ -101,6 +106,11 @@ spring:
timeout: 5000
writetimeout: 5000
auth-code-expiration-millis: 1800000
servlet:
multipart:
enabled: true
max-file-size: 30MB
max-request-size: 30MB

---

Expand Down

0 comments on commit ef3f39a

Please sign in to comment.