diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Feb 03 13:15:46 2015 +0100
+++ b/Resources/Configuration.json	Tue Feb 03 14:07:07 2015 +0100
@@ -216,5 +216,11 @@
 
   // If this option is set to "false", Orthanc will run in index-only
   // mode. The DICOM files will not be stored on the drive.
-  "StoreDicom" : true
+  "StoreDicom" : true,
+
+  // DICOM associations are kept open as long as new DICOM commands
+  // are issued. This option sets the number of seconds of inactivity
+  // to wait before automatically closing a DICOM association. If set
+  // to 0, the connection is closed immediately.
+  "DicomAssociationCloseDelay" : 5
 }