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
|
timeout-per-shutdown-phase: 30s
|
||||||
main:
|
main:
|
||||||
allow-bean-definition-overriding: true
|
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:
|
profiles:
|
||||||
active: @profiles.active@
|
active: @profiles.active@
|
||||||
group:
|
group:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user