diff Resources/Configuration.json @ 2685:6801f99bbc2f jobs

Configuration option "LogExportedResources" is now "false" by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Jun 2018 15:09:11 +0200
parents 5469dda691cd
children 02e04783f84b
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Jun 21 09:32:42 2018 +0200
+++ b/Resources/Configuration.json	Wed Jun 27 15:09:11 2018 +0200
@@ -300,11 +300,13 @@
   // some job finishes.
   "LimitJobs" : 10,
 
-  // If this option is set to "false", Orthanc will not log the
-  // resources that are exported to other DICOM modalities of Orthanc
-  // peers in the URI "/exports". This is useful to prevent the index
-  // to grow indefinitely in auto-routing tasks.
-  "LogExportedResources" : true,
+  // If this option is set to "true" (default behavior until Orthanc
+  // 1.3.2), Orthanc will log the resources that are exported to other
+  // DICOM modalities or Orthanc peers, inside the URI
+  // "/exports". Setting this option to "false" is useful to prevent
+  // the index to grow indefinitely in auto-routing tasks (this is the
+  // default behavior since Orthanc 1.4.0).
+  "LogExportedResources" : false,
 
   // Enable or disable HTTP Keep-Alive (deprecated). Set this option
   // to "true" only in the case of high HTTP loads.