From cba8561c6b92b21ce58bec0341791f64c98081a0 Mon Sep 17 00:00:00 2001 From: Martin Panzer Date: Thu, 22 Apr 2021 20:57:32 +0200 Subject: [PATCH] increase max form attribute size quarkus 1.13.2.Final --- pom.xml | 2 +- src/main/resources/application.properties | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fd90fb2..6364dff 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 127.0.0.1 - 1.13.1.Final + 1.13.2.Final 3.0.0-M5 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3a18ffe..58c3810 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,4 @@ quarkus.log.console.color=false -quarkus.swagger-ui.always-include=true \ No newline at end of file +quarkus.swagger-ui.always-include=true + +quarkus.http.limits.max-form-attribute-size=4M \ No newline at end of file