fix(external): increase multipart upload limit
This commit is contained in:
parent
7d0f99d2e5
commit
e5bca52dab
@ -9,6 +9,11 @@ spring:
|
||||
timeout-per-shutdown-phase: 30s
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
servlet:
|
||||
multipart:
|
||||
# Console permits 20MB uploads; keep the downstream external parser aligned with it.
|
||||
max-file-size: 20MB
|
||||
max-request-size: 20MB
|
||||
profiles:
|
||||
active: @profiles.active@
|
||||
group:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user