]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Maximum evt size was too small for rich
authorhades <hades>
Wed, 7 Mar 2001 14:56:44 +0000 (14:56 +0000)
committerhades <hades>
Wed, 7 Mar 2001 14:56:44 +0000 (14:56 +0000)
hadaq/evt.h

index f00b07bd8bdebfc1a0354b89d5a706b8fe1ffb19..51ae9711e367ea7337684d1f5bc5a81a71f52ba1 100644 (file)
@@ -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;