diff OrthancServer/Resources/Configuration.json @ 5407:3206537cbb56

HttpCompression: now disabled by default + only compress known compressible content types
author Alain Mazy <am@osimis.io>
date Sat, 04 Nov 2023 14:46:38 +0100
parents 5b2a5cc64cb1
children 342b25e120d1
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Tue Oct 17 15:06:11 2023 +0200
+++ b/OrthancServer/Resources/Configuration.json	Sat Nov 04 14:46:38 2023 +0100
@@ -125,7 +125,12 @@
   // Enable HTTP compression to improve network bandwidth utilization,
   // at the expense of more computations on the server. Orthanc
   // supports the "gzip" and "deflate" HTTP encodings.
-  "HttpCompressionEnabled" : true,
+  // When working on a LAN or on localhost, you should typically set
+  // this configuration to false while when working on low-bandwidth,
+  // you should set it to true.
+  // Note in versions up to 1.12.1, the default value was "true" and is
+  // "false" since 1.12.2.
+  "HttpCompressionEnabled" : false,
 
   // Enable the publication of the content of the Orthanc server as a
   // WebDAV share (new in Orthanc 1.8.0). On the localhost, the WebDAV