comparison Resources/Configuration.json @ 1368:b22ba8c5edbe query-retrieve

query retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 May 2015 17:54:34 +0200
parents 60cc0ee61edb
children 5c11c4e728eb
comparison
equal deleted inserted replaced
1367:fe6e5a9f1ea2 1368:b22ba8c5edbe
220 220
221 // DICOM associations are kept open as long as new DICOM commands 221 // DICOM associations are kept open as long as new DICOM commands
222 // are issued. This option sets the number of seconds of inactivity 222 // are issued. This option sets the number of seconds of inactivity
223 // to wait before automatically closing a DICOM association. If set 223 // to wait before automatically closing a DICOM association. If set
224 // to 0, the connection is closed immediately. 224 // to 0, the connection is closed immediately.
225 "DicomAssociationCloseDelay" : 5 225 "DicomAssociationCloseDelay" : 5,
226
227 // Maximum number of query/retrieve DICOM requests that are
228 // maintained by Orthanc. The least recently used requests get
229 // deleted as new requests are issued.
230 "QueryRetrieveSize" : 10
226 } 231 }