NHMDenmark / DaSSCo-asset-service

DaSSCo asset service is part of DaSSCo storage system
0 stars 0 forks source link

ARS Search Engine - JSON Compression #75

Open mvb-nt opened 3 weeks ago

mvb-nt commented 3 weeks ago

We will be sending large amount of data in the Search Engine, so to speed up the response from the server, we should enable data compression. This means all json responses will be compressed, this should not effect running integrations only make them faster.

This should be add server.compression.enabled=true to the application.properties file.

Acceptance Criteria: