feat[client]: update retryWaitTime minValue
This commit is contained in:
parent
542f54297d
commit
b1b4bc806e
|
@ -27,6 +27,7 @@
|
|||
#include "scheduler.h"
|
||||
#include "tcache.h"
|
||||
#include "tcompare.h"
|
||||
#include "tconv.h"
|
||||
#include "tglobal.h"
|
||||
#include "thttp.h"
|
||||
#include "tmsg.h"
|
||||
|
@ -36,7 +37,6 @@
|
|||
#include "tsched.h"
|
||||
#include "ttime.h"
|
||||
#include "tversion.h"
|
||||
#include "tconv.h"
|
||||
|
||||
#include "cus_name.h"
|
||||
|
||||
|
@ -380,7 +380,6 @@ int32_t openTransporter(const char *user, const char *auth, int32_t numOfThread,
|
|||
tscError("invalid version string.");
|
||||
return code;
|
||||
}
|
||||
|
||||
*pDnodeConn = rpcOpen(&rpcInit);
|
||||
if (*pDnodeConn == NULL) {
|
||||
tscError("failed to init connection to server since %s", tstrerror(terrno));
|
||||
|
|
Loading…
Reference in New Issue