diff Resources/Configuration.json @ 3045:095193bbd7b9

author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Dec 2018 15:24:55 +0100
parents abe49ca61cd5
children b1787ba94eef
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Dec 20 12:22:49 2018 +0100
+++ b/Resources/Configuration.json	Thu Dec 20 15:24:55 2018 +0100
@@ -412,12 +412,13 @@
   },
 
   // 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. Up to Orthanc 1.3.2, the implicit
-  // behavior was to use synchronous C-Move. Between Orthanc 1.4.0 and
-  // 1.4.2, the default behavior was set to asynchronous C-Move. Since
-  // Orthanc 1.5.0, the default behavior is synchronous C-Move
-  // (backward compatibility with Orthanc <= 1.3.2).
+  // "false" (asynchronous mode), each incoming C-Move request results
+  // in the creation of a new background job. Up to Orthanc 1.3.2, the
+  // implicit behavior was to use synchronous C-Move ("true"). Between
+  // Orthanc 1.4.0 and 1.4.2, the default behavior was set to
+  // asynchronous C-Move ("false"). Since Orthanc 1.5.0, the default
+  // behavior is back to synchronous C-Move ("true", which ensures
+  // backward compatibility with Orthanc <= 1.3.2).
   "SynchronousCMove" : true,
 
   // Maximum number of completed jobs that are kept in memory. A