mirror of https://github.com/halo-dev/halo
Enable 10G multipart max file size and max request size
parent
9bad78d552
commit
05f43d1363
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue