diff Resources/Configuration.json @ 2625:5469dda691cd jobs

new configuration option: SynchronousCMove
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 May 2018 10:54:33 +0200
parents 1232922c8793
children 6801f99bbc2f
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu May 24 21:44:22 2018 +0200
+++ b/Resources/Configuration.json	Fri May 25 10:54:33 2018 +0200
@@ -379,6 +379,12 @@
     // "2001,5f" : [ "SQ", "StackSequence", 1, 1, "Philips Imaging DD 001" ]
   },
 
+  // Whether to run DICOM C-Move operations synchronously. If set to
+  // "false" (the default), each incoming C-Move request results in
+  // creating a new background job. Until Orthanc 1.3.2, the default
+  // behavior was to use synchronous C-Move.
+  "SynchronousCMove" : false,
+
   // Maximum number of completed jobs that are kept in memory. A
   // processing job is considered as complete once it is tagged as
   // "Success" or "Failure".