Mercurial > hg > orthanc
changeset 7098:030407cb8e70 streaming
added comment about "DicomParserCacheSize"
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Thu, 13 Aug 2026 14:14:27 +0000 |
| parents | 6d624dfcad3e |
| children | 0d107b25642f |
| files | OrthancServer/Resources/AdvancedConfiguration.json |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Resources/AdvancedConfiguration.json Thu Aug 13 14:11:04 2026 +0000 +++ b/OrthancServer/Resources/AdvancedConfiguration.json Thu Aug 13 14:14:27 2026 +0000 @@ -345,7 +345,7 @@ // Maximum size of the cache of parsed DICOM files (in MB). This // cache is stored in RAM and contains a parsed version of recently // read DICOM files. A value of "0" disables this cache. (new in - // Orthanc 1.13.0) + // Orthanc 1.13.0 - in prior versions, this value was hardcoded to 128MB) "DicomParserCacheSize" : 256, // Number of threads that are used to transcode DICOM files. You
