Skip to content

Commit

Permalink
Enlarge the maximum size of request body
Browse files Browse the repository at this point in the history
  • Loading branch information
yma96 committed Jul 27, 2023
1 parent 0b68cda commit ad3ded8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ quarkus:
port: 8080
read-timeout: 30m
limits:
max-body-size: 500M
max-body-size: 5G

package:
uber-jar: true
Expand Down

0 comments on commit ad3ded8

Please sign in to comment.