diff Resources/Configuration.json @ 1517:4f8c8ef114db

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2015 10:32:34 +0200
parents 7366a0bdda6a
children 0011cc99443c
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Aug 11 08:53:47 2015 +0200
+++ b/Resources/Configuration.json	Tue Aug 11 10:32:34 2015 +0200
@@ -232,5 +232,10 @@
   // When handling a C-Find SCP request, setting this flag to "false"
   // will enable case-insensitive match for PN value representation
   // (such as PatientName). By default, the search is case-insensitive.
-  "CaseSensitivePN" : false
+  "CaseSensitivePN" : false,
+
+  // Enable HTTP compression to improve network bandwidth utilization,
+  // at the expense of more computations on the server. Orthanc
+  // supports the "gzip" and "deflate" encodings.
+  "HttpCompressionEnabled" : true
 }