Skip to content

Commit

Permalink
activate gzip compression also for geojson output
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Oct 23, 2019
1 parent 79c3566 commit 83c43fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Server compression
server.compression.enabled=true
server.compression.min-response-size=1400
server.compression.mime-types=application/json,text/csv
server.compression.mime-types=application/json,text/csv,application/geo+json
# Swagger documentation URL
springfox.documentation.swagger.v2.path=/docs
# Setting max size for post requests to 100MB (default: 2MB)
Expand Down

0 comments on commit 83c43fc

Please sign in to comment.