提交 fca8c783 编写于 作者: Y Yitao CHI

[TS-1383]<fix>(common): Add configurable option of tcpConnTimeout.

上级 4557cce1
......@@ -43,6 +43,7 @@ extern int64_t tsArbOnlineTimestamp;
extern int32_t tsDnodeId;
extern int64_t tsDnodeStartTime;
extern int8_t tsDnodeNopLoop;
extern int32_t tsTcpConnTimeout;
// common
extern int tsRpcTimer;
......
......@@ -17,6 +17,7 @@
#include "tulog.h"
#include "tsocket.h"
#include "taoserror.h"
#include "tglobal.h"
#ifndef SIGPIPE
#define SIGPIPE EPIPE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册