Mercurial > hg > orthanc-book
changeset 295:b4b9ceebe64d
merge
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 07 Jan 2020 08:37:15 +0100 |
parents | 33fb45a86cd8 (current diff) bd1f308a5fd2 (diff) |
children | f977ad02e1e9 64d1ddab8246 |
files | |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/dicomweb.rst Tue Jan 07 08:37:04 2020 +0100 +++ b/Sphinx/source/plugins/dicomweb.rst Tue Jan 07 08:37:15 2020 +0100 @@ -203,7 +203,10 @@ this option to ``true`` is the best choice to reduce memory consumption. However, it must be set to ``false`` if the remote DICOMweb server is Orthanc <= 1.5.6, as chunked transfer encoding is - only supported starting with Orthanc 1.5.8. + only supported starting with Orthanc 1.5.8. Beware setting ``ChunkedTransfers`` + to ``true`` utilizes all CPU resources which results in extremely low throughput + as of version 1.0 of the DICOMweb plugin (see + `issue 156 <https://bitbucket.org/sjodogne/orthanc/issues/156/>`__ for status). You'll have to convert the JSON array into a JSON object to set these options::