Skip to content

Commit

Permalink
urgent fix at max request size
Browse files Browse the repository at this point in the history
max request size to 55MB
  • Loading branch information
jimmy0006 authored Jul 1, 2024
1 parent 92151c3 commit fffa55e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ spring:
servlet:
multipart:
max-file-size: 50MB
max-request-size: 55MB
jpa:
hibernate:
ddl-auto: update
Expand All @@ -30,4 +31,4 @@ security:
secret-key: ${PROJECT_NAME_HERE_SECRET_KEY}
expire-length: ${EXPIRE_LENGTH_IN_MILLISECONDS}
file:
file-dir: ${FILE_DIR}
file-dir: ${FILE_DIR}

0 comments on commit fffa55e

Please sign in to comment.