# HG changeset patch # User Sebastien Jodogne # Date 1786630467 0 # Node ID 030407cb8e70c6a2698c30f0bcea9126a629e963 # Parent 6d624dfcad3e7d01aae76126e482cdcdfade15fc added comment about "DicomParserCacheSize" diff -r 6d624dfcad3e -r 030407cb8e70 OrthancServer/Resources/AdvancedConfiguration.json --- 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