error config

This commit is contained in:
yihaoDeng 2022-12-07 18:04:35 +08:00
parent 3710dbe2e0
commit b3d1204e86
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ int32_t dmInitServer(SDnode *pDnode) {
rpcInit.connType = TAOS_CONN_SERVER;
rpcInit.idleTime = tsShellActivityTimer * 1000;
rpcInit.parent = pDnode;
rpcInit.compressSize = tsCompressMsgSize;
pTrans->serverRpc = rpcOpen(&rpcInit);
if (pTrans->serverRpc == NULL) {