fix limit
This commit is contained in:
parent
2630987e5e
commit
eff6314141
|
@ -2367,7 +2367,7 @@ static int32_t createThrdObj(void* trans, SCliThrd** ppThrd) {
|
|||
}
|
||||
}
|
||||
|
||||
pThrd->pool = createConnPool(64);
|
||||
pThrd->pool = createConnPool(128);
|
||||
if (pThrd->pool == NULL) {
|
||||
code = terrno;
|
||||
TAOS_CHECK_GOTO(terrno, NULL, _end);
|
||||
|
|
Loading…
Reference in New Issue