diff Resources/Configuration.json @ 1115:da56a7916e8a

Experimental "KeepAlive" configuration option to enable HTTP Keep-Alive
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Sep 2014 17:30:13 +0200
parents e494ceb8d763
children 67c3c1e4a6e0
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Sep 02 15:56:36 2014 +0200
+++ b/Resources/Configuration.json	Tue Sep 02 17:30:13 2014 +0200
@@ -62,6 +62,13 @@
   // The DICOM port
   "DicomPort" : 4242,
 
+  // The default encoding that is assumed for DICOM files without
+  // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii",
+  // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5",
+  // "Cyrillic", "Arabic", "Greek", "Hebrew", "Thai", "Japanese",
+  // and "Chinese".
+  "DefaultEncoding" : "Latin1",
+
 
 
   /**
@@ -182,10 +189,7 @@
   // some job finishes.
   "LimitJobs" : 10,
 
-  // The default encoding that is assumed for DICOM files without
-  // "SpecificCharacterSet" DICOM tag. The allowed values are "Ascii",
-  // "Utf8", "Latin1", "Latin2", "Latin3", "Latin4", "Latin5",
-  // "Cyrillic", "Arabic", "Greek", "Hebrew", "Thai", "Japanese",
-  // and "Chinese".
-  "DefaultEncoding" : "Latin1"
+  // Enable or disable HTTP Keep-Alive (experimental). Set this option
+  // to "true" only in the case of high HTTP loads.
+  "KeepAlive" : false
 }