chore: code optimization

This commit is contained in:
kailixu 2023-07-24 14:46:59 +08:00
parent cf59a6cff0
commit 7946ce4994
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ int32_t dmInitClient(SDnode *pDnode) {
rpcInit.cfp = (RpcCfp)dmProcessRpcMsg;
rpcInit.sessions = 1024;
rpcInit.connType = TAOS_CONN_CLIENT;
rpcInit.user = "root";
rpcInit.user = TSDB_DEFAULT_USER;
rpcInit.idleTime = tsShellActivityTimer * 1000;
rpcInit.parent = pDnode;
rpcInit.rfp = rpcRfp;