Mercurial > hg > orthanc
changeset 6534:aa11cc4c14a5
doc
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Fri, 05 Dec 2025 10:08:40 +0100 |
| parents | ed9142ea378d |
| children | 94c7f3784456 |
| files | OrthancServer/Resources/Configuration.json |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
