Skip to content

Commit c94b5f6

Browse files
committed
feat: update max chunk size
1 parent 1f1ad32 commit c94b5f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/application.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ spring:
55
profiles:
66
active: ${SPRING_PROFILE_ACTIVE}
77

8+
servlet:
9+
multipart:
10+
max-file-size: 50MB
11+
max-request-size: 60MB
12+
file-size-threshold: 2KB
13+
814
datasource:
915
url: ${DB_URL:jdbc:postgresql://localhost:5432/climbup_db}
1016
username: ${DB_USERNAME:root}

0 commit comments

Comments
 (0)