From: hades Date: Wed, 7 Mar 2001 14:56:44 +0000 (+0000) Subject: Maximum evt size was too small for rich X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c002391d397a683286b76637ce388a0bfe569e5f;p=daqdata.git Maximum evt size was too small for rich --- diff --git a/hadaq/evt.h b/hadaq/evt.h index f00b07b..51ae971 100644 --- a/hadaq/evt.h +++ b/hadaq/evt.h @@ -8,7 +8,7 @@ #include "hadtu.h" #include "subevt.h" -#define EVT_MAXSIZE (100 * 1024) +#define EVT_MAXSIZE (256 * 1024) static const int evtBlockSize = 8 * 1024;