Skip to content

Commit

Permalink
Merge pull request #185 from ligangty/main
Browse files Browse the repository at this point in the history
Enable http-compression at build time
  • Loading branch information
ligangty authored Mar 29, 2024
2 parents f8c0cb3 + f65a459 commit 435db77
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 @@ -6,7 +6,7 @@ quarkus:
http:
port: 8080
read-timeout: 30m
# enable-compression: true
enable-compression: true
limits:
max-body-size: 1000M
auth:
Expand Down

0 comments on commit 435db77

Please sign in to comment.