fix(external): increase multipart upload limit

This commit is contained in:
zhx 2026-07-21 16:49:08 +08:00
parent 7d0f99d2e5
commit e5bca52dab

View File

@ -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: