Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit 2a70a08

Browse files
committed
Increase max http multipart file/request size
1 parent 0326441 commit 2a70a08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
spring.http.multipart.max-file-size=100MB
2-
spring.http.multipart.max-request-size=100MB
1+
spring.http.multipart.max-file-size=1000MB
2+
spring.http.multipart.max-request-size=1000MB
33

4-
# Uncomment to change default upload base directory
5-
# fineuploader.base-dir=./uploads
4+
# fineuploader.base-dir=./uploads
5+
# server.port=9090

0 commit comments

Comments
 (0)