Skip to content

Commit

Permalink
fix: change max upload size (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
2tle authored Feb 7, 2025
1 parent 960b15f commit bc7b353
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ spring:
mode: always
server.port: 8000
spring.redirectUri: ${WEB_REDIRECT_URI}
spring:
servlet:
multipart:
max-file-size: 100MB
max-request-size: 300MB

0 comments on commit bc7b353

Please sign in to comment.