fix: limit session num
This commit is contained in:
parent
92b361de88
commit
663768a365
|
@ -689,7 +689,6 @@ static void addConnToPool(void* pool, SCliConn* conn) {
|
|||
if (conn->status == ConnInPool) {
|
||||
return;
|
||||
}
|
||||
tError("add conn to pool");
|
||||
allocConnRef(conn, true);
|
||||
|
||||
SCliThrd* thrd = conn->hostThrd;
|
||||
|
|
Loading…
Reference in New Issue