comparison Resources/Configuration.json @ 1283:6066529e34c8

HTTP keep-alive is deprecated
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 13:15:46 +0100
parents 88010d8e12cf
children 21ea32170764
comparison
equal deleted inserted replaced
1282:7bccdd221e2b 1283:6066529e34c8
208 // resources that are exported to other DICOM modalities of Orthanc 208 // resources that are exported to other DICOM modalities of Orthanc
209 // peers in the URI "/exports". This is useful to prevent the index 209 // peers in the URI "/exports". This is useful to prevent the index
210 // to grow indefinitely in auto-routing tasks. 210 // to grow indefinitely in auto-routing tasks.
211 "LogExportedResources" : true, 211 "LogExportedResources" : true,
212 212
213 // Enable or disable HTTP Keep-Alive (experimental). Set this option 213 // Enable or disable HTTP Keep-Alive (deprecated). Set this option
214 // to "true" only in the case of high HTTP loads. 214 // to "true" only in the case of high HTTP loads.
215 "KeepAlive" : false, 215 "KeepAlive" : false,
216 216
217 // If this option is set to "false", Orthanc will run in index-only 217 // If this option is set to "false", Orthanc will run in index-only
218 // mode. The DICOM files will not be stored on the drive. 218 // mode. The DICOM files will not be stored on the drive.