Skip to content

Commit

Permalink
added response compression
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 31, 2022
1 parent f2cb2f5 commit fd2312b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ logging.level.com.erudika.para.client = INFO
spring.mvc.async.request-timeout=-1
spring.servlet.multipart.max-file-size=-1
spring.servlet.multipart.max-request-size=-1
# response compression
server.compression.enabled=true
server.compression.min-response-size=1
server.compression.mime-types=text/html, text/xml, text/plain, text/css, text/javascript, application/javascript, application/json

0 comments on commit fd2312b

Please sign in to comment.