From c002391d397a683286b76637ce388a0bfe569e5f Mon Sep 17 00:00:00 2001 From: hades Date: Wed, 7 Mar 2001 14:56:44 +0000 Subject: [PATCH] Maximum evt size was too small for rich --- hadaq/evt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0