split sync/status channel

This commit is contained in:
Yihao Deng 2024-01-11 07:30:39 +00:00
parent 5a1510aa2f
commit b0f6709474
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ int32_t dmInitClient(SDnode *pDnode) {
SDnodeTrans *pTrans = &pDnode->trans;
SRpcInit rpcInit = {0};
rpcInit.label = "DND-CLI";
rpcInit.label = "DNODE-CLI";
rpcInit.numOfThreads = tsNumOfRpcThreads / 2;
rpcInit.cfp = (RpcCfp)dmProcessRpcMsg;
rpcInit.sessions = 1024;