Enable 10G multipart max file size and max request size

pull/151/head
johnniang 2019-05-09 22:31:09 +08:00
parent 9bad78d552
commit 05f43d1363
1 changed files with 6 additions and 6 deletions

View File

@ -46,8 +46,8 @@ spring:
open-in-view: false
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 10240MB
max-request-size: 10240MB
logging:
level:
run.halo.app: INFO