chore: remove unrecognized quarkus multipart config key
Build & Deploy / build-and-deploy (push) Successful in 54s
Build & Deploy / build-and-deploy (push) Successful in 54s
quarkus.resteasy-reactive.multipart.input-part.max-size was renamed to quarkus.rest.multipart.input-part.max-size in Quarkus 3.x, but the global quarkus.http.limits.max-body-size=2048M already caps upload sizes so the property is redundant.
This commit is contained in:
@@ -5,7 +5,6 @@ quarkus.http.cors=true
|
||||
|
||||
# Allow large game uploads (DOS games can be 500MB+)
|
||||
quarkus.http.limits.max-body-size=2048M
|
||||
quarkus.resteasy-reactive.multipart.input-part.max-size=2048M
|
||||
|
||||
# ─── Jackson: snake_case to match frontend expectations ─
|
||||
quarkus.jackson.property-naming-strategy=SNAKE_CASE
|
||||
|
||||
Reference in New Issue
Block a user