From ea7540b8929e02905e3fd57fa6eed11e6f666743 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Thu, 9 Jan 2020 17:30:59 +0100
Subject: [PATCH] Increase cache size for timeslices

---
 km3io/daq.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/km3io/daq.py b/km3io/daq.py
index b468b2e..084e751 100644
--- a/km3io/daq.py
+++ b/km3io/daq.py
@@ -2,7 +2,7 @@ import uproot
 import numpy as np
 import numba as nb
 
-TIMESLICE_FRAME_BASKET_CACHE_SIZE = 23 * 1024**2  # [byte]
+TIMESLICE_FRAME_BASKET_CACHE_SIZE = 523 * 1024**2  # [byte]
 SUMMARYSLICE_FRAME_BASKET_CACHE_SIZE = 523 * 1024**2  # [byte]
 
 # Parameters for PMT rate conversions, since the rates in summary slices are
-- 
GitLab