Skip to content

Commit

Permalink
msgq: bump max readers (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jun 11, 2024
1 parent eabd20c commit 74074d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgq/msgq.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <atomic>

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

#define UNUSED(x) (void)x
Expand Down

0 comments on commit 74074d6

Please sign in to comment.