comparison Resources/Configuration.json @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents d73124f6b439
children 54d78925cbb6
comparison
equal deleted inserted replaced
1667:9e875db36aef 1668:de1413733c97
241 // Enable or disable HTTP Keep-Alive (deprecated). Set this option 241 // Enable or disable HTTP Keep-Alive (deprecated). Set this option
242 // to "true" only in the case of high HTTP loads. 242 // to "true" only in the case of high HTTP loads.
243 "KeepAlive" : false, 243 "KeepAlive" : false,
244 244
245 // If this option is set to "false", Orthanc will run in index-only 245 // If this option is set to "false", Orthanc will run in index-only
246 // mode. The DICOM files will not be stored on the drive. 246 // mode. The DICOM files will not be stored on the drive. Note that
247 // this option might prevent the upgrade to newer versions of Orthanc.
247 "StoreDicom" : true, 248 "StoreDicom" : true,
248 249
249 // DICOM associations are kept open as long as new DICOM commands 250 // DICOM associations are kept open as long as new DICOM commands
250 // are issued. This option sets the number of seconds of inactivity 251 // are issued. This option sets the number of seconds of inactivity
251 // to wait before automatically closing a DICOM association. If set 252 // to wait before automatically closing a DICOM association. If set