comparison 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
comparison
equal deleted inserted replaced
1713:aec45e0b2528 1714:a878e807cd96
67 /** 67 /**
68 * Root path of the DICOMweb server. This option is automatically 68 * Root path of the DICOMweb server. This option is automatically
69 * set by the Orthanc plugin if missing. 69 * set by the Orthanc plugin if missing.
70 **/ 70 **/
71 "DicomWebRoot" : "../dicom-web", 71 "DicomWebRoot" : "../dicom-web",
72
73 /**
74 * Set the size of the cache that stores the DICOM files. This
75 * size is expressed in megabytes. The default value of 128MB
76 * should work in most setups, except if very large multiframe
77 * instances are encountered, which might for instance be the case
78 * for mammography. Setting this parameter to zero will disable
79 * the cache, which should only be done for testing.
80 **/
81 "DicomCacheSize" : 128,
72 82
73 /** 83 /**
74 * The following parameter can be set if running the Stone Web 84 * The following parameter can be set if running the Stone Web
75 * viewer from Orthanc, but without using the associated plugin 85 * viewer from Orthanc, but without using the associated plugin
76 * (e.g. using the "Serve Folders" sample plugin). Using the 86 * (e.g. using the "Serve Folders" sample plugin). Using the