Skip to content

Commit 80da0fb

Browse files
committed
TMP
1 parent 684dd14 commit 80da0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ClientMultithreadTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ int dummy_server_port = 3302;
4545
const char *unixsocket = "./tnt.sock";
4646
int WAIT_TIMEOUT = 1000; //milliseconds
4747

48-
using Buf_t = tnt::Buffer<16 * 1024, tnt::MempoolInstance<16 * 1024>>;
48+
using Buf_t = tnt::Buffer<16 * 1024>;
4949

5050
#ifdef TNTCXX_ENABLE_SSL
5151
constexpr bool enable_ssl = true;

0 commit comments

Comments
 (0)