# HG changeset patch # User Alain Mazy # Date 1764925720 -3600 # Node ID aa11cc4c14a57fb2ae7c306ae9297fb90d96a932 # Parent ed9142ea378dcb0375386af176b1d2e121813995 doc diff -r ed9142ea378d -r aa11cc4c14a5 OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Thu Dec 04 18:23:13 2025 +0100 +++ b/OrthancServer/Resources/Configuration.json Fri Dec 05 10:08:40 2025 +0100 @@ -695,10 +695,12 @@ // 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. + // Note: this limit is also used in the /tools/find API route. "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. + // Note: this limit is also used in the /tools/find API route. "LimitFindInstances" : 0, // If this option is set to "true" (default behavior until Orthanc