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