Skip to content

Commit fffa55e

Browse files
authored
urgent fix at max request size
max request size to 55MB
1 parent 92151c3 commit fffa55e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/application.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ spring:
1010
servlet:
1111
multipart:
1212
max-file-size: 50MB
13+
max-request-size: 55MB
1314
jpa:
1415
hibernate:
1516
ddl-auto: update
@@ -30,4 +31,4 @@ security:
3031
secret-key: ${PROJECT_NAME_HERE_SECRET_KEY}
3132
expire-length: ${EXPIRE_LENGTH_IN_MILLISECONDS}
3233
file:
33-
file-dir: ${FILE_DIR}
34+
file-dir: ${FILE_DIR}

0 commit comments

Comments
 (0)