more subscribers 20->25

This commit is contained in:
ajouatom
2026-04-27 12:44:26 +09:00
parent b9f8084bf6
commit 0f4fc30fc5

View File

@@ -6,7 +6,7 @@
#include <atomic>
#define DEFAULT_SEGMENT_SIZE (1 * 1024 * 1024)
#define NUM_READERS 20//15
#define NUM_READERS 25//15
#define ALIGN(n) ((n + (8 - 1)) & -8)
#define UNUSED(x) (void)x