merging r10246:10247 from developer branch to fix manual frequency setting problem
[debian/gnuradio] / mblock / src / lib / mb_message.cc
index 664e369fa5f512d2120ffa5db6657fabd2bb13b7..edb27b62c225827ed743227fa57c111ca8fee0ea 100644 (file)
@@ -27,7 +27,7 @@
 #include <pmt_pool.h>
 
 static const int CACHE_LINE_SIZE = 64; // good guess
-static const int MAX_MESSAGES =  1024; // KLUDGE max number of messages in sys
+static const int MAX_MESSAGES =  0;    // KLUDGE max number of messages in sys
                                        //   0 -> no limit
 #if MB_MESSAGE_LOCAL_ALLOCATOR