You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, Quarkus by default limits maximum HTTP request payload size to 10 megs (see quarkusio/quarkus#10079 f.ex).
We are planning to have somewhat lower limits (see #173 wrt document limits), so for service protection let's lower setting for now to just 1 meg; add tests to verify it is enforced.
The text was updated successfully, but these errors were encountered:
So, Quarkus by default limits maximum HTTP request payload size to 10 megs (see quarkusio/quarkus#10079 f.ex).
We are planning to have somewhat lower limits (see #173 wrt document limits), so for service protection let's lower setting for now to just 1 meg; add tests to verify it is enforced.
The text was updated successfully, but these errors were encountered: