Skip to content

Commit 74074d6

Browse files
msgq: bump max readers (#623)
1 parent eabd20c commit 74074d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgq/msgq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <atomic>
77

88
#define DEFAULT_SEGMENT_SIZE (10 * 1024 * 1024)
9-
#define NUM_READERS 12
9+
#define NUM_READERS 15
1010
#define ALIGN(n) ((n + (8 - 1)) & -8)
1111

1212
#define UNUSED(x) (void)x

0 commit comments

Comments
 (0)