mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 05:22:03 +08:00
2026-06-16: feat(msgq): bump num_readers to prevent msg drop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user