diff --git a/mantidimaging/gui/windows/live_viewer/model.py b/mantidimaging/gui/windows/live_viewer/model.py index 9ce0c5fdda2..32109fece6d 100644 --- a/mantidimaging/gui/windows/live_viewer/model.py +++ b/mantidimaging/gui/windows/live_viewer/model.py @@ -165,7 +165,7 @@ def __init__(self, presenter: LiveViewerWindowPresenter): self.mean: np.ndarray = np.empty(0) self.mean_paths: set[Path] = set() self.roi: SensibleROI | None = None - self.image_cache = ImageCache(max_cache_size=10) + self.image_cache = ImageCache(max_cache_size=100) self.calc_mean_all_chunks_thread = None @property