diff Resources/Configuration.json @ 1142:952cf9b6be83

Configuration option to disable the logging of exported resources
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Sep 2014 10:23:22 +0200
parents 67c3c1e4a6e0
children 0a55d8eb194e
line wrap: on
line diff
--- a/Resources/Configuration.json	Thu Sep 11 10:00:46 2014 +0200
+++ b/Resources/Configuration.json	Thu Sep 11 10:23:22 2014 +0200
@@ -189,6 +189,12 @@
   // 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,
+
   // Enable or disable HTTP Keep-Alive (experimental). Set this option
   // to "true" only in the case of high HTTP loads.
   "KeepAlive" : false,