Skip to content

Commit c075a0e

Browse files
committed
Increase max in-memory size for codec in application.yml
1 parent d93a178 commit c075a0e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

apps/dolly-backend/src/main/resources/application.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ spring:
4242
jackson:
4343
parser:
4444
include-source-in-location: true
45-
servlet:
46-
multipart:
47-
max-file-size: 1MB
48-
max-request-size: 1MB
49-
enabled: true
45+
codec:
46+
max-in-memory-size: 10MB
5047

5148
springdoc:
5249
swagger-ui:

0 commit comments

Comments
 (0)