summaryrefslogtreecommitdiff
path: root/mblock/src
diff options
context:
space:
mode:
Diffstat (limited to 'mblock/src')
-rw-r--r--mblock/src/lib/mb_message.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mblock/src/lib/mb_message.cc b/mblock/src/lib/mb_message.cc
index edb27b62c..664e369fa 100644
--- a/mblock/src/lib/mb_message.cc
+++ b/mblock/src/lib/mb_message.cc
@@ -27,7 +27,7 @@
#include <pmt_pool.h>
static const int CACHE_LINE_SIZE = 64; // good guess
-static const int MAX_MESSAGES = 0; // KLUDGE max number of messages in sys
+static const int MAX_MESSAGES = 1024; // KLUDGE max number of messages in sys
// 0 -> no limit
#if MB_MESSAGE_LOCAL_ALLOCATOR