comparison Resources/Configuration.json @ 3858:3ab2d48c8f69 c-get

integration mainline->c-get
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2020 16:37:25 +0200
parents 4f78da5613a1 ee0a1211419f
children dba48c162b7b
comparison
equal deleted inserted replaced
3818:4f78da5613a1 3858:3ab2d48c8f69
407 407
408 // DICOM associations initiated by Lua scripts are kept open as long 408 // DICOM associations initiated by Lua scripts are kept open as long
409 // as new DICOM commands are issued. This option sets the number of 409 // as new DICOM commands are issued. This option sets the number of
410 // seconds of inactivity to wait before automatically closing a 410 // seconds of inactivity to wait before automatically closing a
411 // DICOM association used by Lua. If set to 0, the connection is 411 // DICOM association used by Lua. If set to 0, the connection is
412 // closed immediately. 412 // closed immediately. This option is only used in Lua scripts.
413 "DicomAssociationCloseDelay" : 5, 413 "DicomAssociationCloseDelay" : 5,
414 414
415 // Maximum number of query/retrieve DICOM requests that are 415 // Maximum number of query/retrieve DICOM requests that are
416 // maintained by Orthanc. The least recently used requests get 416 // maintained by Orthanc. The least recently used requests get
417 // deleted as new requests are issued. 417 // deleted as new requests are issued.