diff Resources/Configuration.json @ 943:3fb427ac3f53 plugins

integration mainline -> plugins
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 25 Jun 2014 11:40:41 +0200
parents dcb2469f00f4 83489fddd8c5
children 564e39d6df13
line wrap: on
line diff
--- a/Resources/Configuration.json	Tue Jun 24 16:37:06 2014 +0200
+++ b/Resources/Configuration.json	Wed Jun 25 11:40:41 2014 +0200
@@ -165,5 +165,14 @@
   // will be computed and stored in the Orthanc database. This
   // information can be used to detect disk corruption, at the price
   // of a small performance overhead.
-  "StoreMD5ForAttachments" : true
+  "StoreMD5ForAttachments" : true,
+
+  // The maximum number of results for a single C-FIND request at the
+  // Patient, Study or Series level. Setting this option to "0" means
+  // no limit.
+  "LimitFindResults" : 0,
+
+  // The maximum number of results for a single C-FIND request at the
+  // Instance level. Setting this option to "0" means no limit.
+  "LimitFindInstances" : 0
 }