提交 663768a3 编写于 作者: dengyihao's avatar dengyihao

fix: limit session num

上级 92b361de
...@@ -689,7 +689,6 @@ static void addConnToPool(void* pool, SCliConn* conn) { ...@@ -689,7 +689,6 @@ static void addConnToPool(void* pool, SCliConn* conn) {
if (conn->status == ConnInPool) { if (conn->status == ConnInPool) {
return; return;
} }
tError("add conn to pool");
allocConnRef(conn, true); allocConnRef(conn, true);
SCliThrd* thrd = conn->hostThrd; SCliThrd* thrd = conn->hostThrd;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册