feat(client): update retryWaitTime minValue
This commit is contained in:
parent
b1b4bc806e
commit
f558a3bdbd
|
@ -380,6 +380,7 @@ int32_t openTransporter(const char *user, const char *auth, int32_t numOfThread,
|
||||||
tscError("invalid version string.");
|
tscError("invalid version string.");
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
*pDnodeConn = rpcOpen(&rpcInit);
|
*pDnodeConn = rpcOpen(&rpcInit);
|
||||||
if (*pDnodeConn == NULL) {
|
if (*pDnodeConn == NULL) {
|
||||||
tscError("failed to init connection to server since %s", tstrerror(terrno));
|
tscError("failed to init connection to server since %s", tstrerror(terrno));
|
||||||
|
|
Loading…
Reference in New Issue