Skip to content

Commit b46bc82

Browse files
committed
(TP-124) feat: increase max-request-size in app.properties
1 parent c598b8e commit b46bc82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rentplace/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spring:
22
servlet:
33
multipart:
44
max-file-size: 5MB
5-
max-request-size: 10MB
5+
max-request-size: 120MB
66
application:
77
name: rentplace
88
datasource:

0 commit comments

Comments
 (0)