ndb - bug#27942

  Increase size of memory channel
parent fd797249
......@@ -75,7 +75,7 @@ template <class T>
class MemoryChannel
{
public:
MemoryChannel( int size= 256);
MemoryChannel( int size= 512);
virtual ~MemoryChannel( );
void writeChannel( T *t);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment