comparison Resources/Configuration.json @ 1284:21ea32170764

Option "DicomAssociationCloseDelay" to set delay before closing DICOM association
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Feb 2015 14:07:07 +0100
parents 6066529e34c8
children 60cc0ee61edb
comparison
equal deleted inserted replaced
1283:6066529e34c8 1284:21ea32170764
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.
219 "StoreDicom" : true 219 "StoreDicom" : true,
220
221 // DICOM associations are kept open as long as new DICOM commands
222 // are issued. This option sets the number of seconds of inactivity
223 // to wait before automatically closing a DICOM association. If set
224 // to 0, the connection is closed immediately.
225 "DicomAssociationCloseDelay" : 5
220 } 226 }