diff --git a/msgq/msgq.h b/msgq/msgq.h index 1160f6680..9d4ae53f9 100644 --- a/msgq/msgq.h +++ b/msgq/msgq.h @@ -6,7 +6,7 @@ #include #define DEFAULT_SEGMENT_SIZE (1 * 1024 * 1024) -#define NUM_READERS 15 +#define NUM_READERS 25 #define ALIGN(n) ((n + (8 - 1)) & -8) #define UNUSED(x) (void)x