2026-06-16: feat(msgq): bump num_readers to prevent msg drop

This commit is contained in:
Rick Lan
2026-06-16 11:26:01 +08:00
parent d07a33de02
commit d4eb1429ec
+1 -1
View File
@@ -6,7 +6,7 @@
#include <atomic>
#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