diff --git a/source/dnode/mgmt/node_mgmt/src/dmTransport.c b/source/dnode/mgmt/node_mgmt/src/dmTransport.c index 8d58978980..0a23e9a022 100644 --- a/source/dnode/mgmt/node_mgmt/src/dmTransport.c +++ b/source/dnode/mgmt/node_mgmt/src/dmTransport.c @@ -16,8 +16,8 @@ #define _DEFAULT_SOURCE #include "dmMgmt.h" #include "qworker.h" -#include "tversion.h" #include "tanal.h" +#include "tversion.h" static inline void dmSendRsp(SRpcMsg *pMsg) { if (rpcSendResponse(pMsg) != 0) { @@ -471,7 +471,7 @@ int32_t dmInitStatusClient(SDnode *pDnode) { rpcInit.supportBatch = 1; rpcInit.shareConnLimit = tsShareConnLimit * 2; rpcInit.timeToGetConn = tsTimeToGetAvailableConn; - rpcInit.startReadTimer = 1; + rpcInit.startReadTimer = 0; rpcInit.readTimeout = 0; if (taosVersionStrToInt(version, &(rpcInit.compatibilityVer)) != 0) {