Skip to content

Commit

Permalink
Enable http-compression at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
ligangty committed Mar 29, 2024
1 parent b3f7b12 commit 889ca6d
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 889ca6d

Please sign in to comment.