We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684dd14 commit 80da0fbCopy full SHA for 80da0fb
test/ClientMultithreadTest.cpp
@@ -45,7 +45,7 @@ int dummy_server_port = 3302;
45
const char *unixsocket = "./tnt.sock";
46
int WAIT_TIMEOUT = 1000; //milliseconds
47
48
-using Buf_t = tnt::Buffer<16 * 1024, tnt::MempoolInstance<16 * 1024>>;
+using Buf_t = tnt::Buffer<16 * 1024>;
49
50
#ifdef TNTCXX_ENABLE_SSL
51
constexpr bool enable_ssl = true;
0 commit comments