decrease cache limit

This commit is contained in:
Ross
2021-03-03 19:50:27 +00:00
parent 8e5526519f
commit 7fcebe56af
+1 -1
View File
@@ -379,7 +379,7 @@ cornerstoneWebImageLoader.external.cornerstone = cornerstone;
cornerstoneWADOImageLoader.external.cornerstone = cornerstone;
cornerstone.imageCache.setMaximumSizeBytes(52428800)
cornerstone.imageCache.setMaximumSizeBytes(22428800)
// cornerstoneWADOImageLoader.configure({
// beforeSend: function(xhr) {