Mercurial > hg > orthanc-stone
diff Applications/StoneWebViewer/WebApplication/configuration.json @ 1714:a878e807cd96
configuration option "DicomCacheSize", warning if cache should be larger
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 30 Nov 2020 17:57:10 +0100 |
parents | aec45e0b2528 |
children | 251d7f7a6c4e |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/configuration.json Mon Nov 30 17:09:46 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/configuration.json Mon Nov 30 17:57:10 2020 +0100 @@ -69,6 +69,16 @@ * set by the Orthanc plugin if missing. **/ "DicomWebRoot" : "../dicom-web", + + /** + * Set the size of the cache that stores the DICOM files. This + * size is expressed in megabytes. The default value of 128MB + * should work in most setups, except if very large multiframe + * instances are encountered, which might for instance be the case + * for mammography. Setting this parameter to zero will disable + * the cache, which should only be done for testing. + **/ + "DicomCacheSize" : 128, /** * The following parameter can be set if running the Stone Web