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

[TS-1383]<fix>(common): Modify the default value of syncCheckInterval to 1500.

上级 a46e7792
......@@ -49,7 +49,7 @@ int32_t tsDnodeId = 0;
int64_t tsDnodeStartTime = 0;
int8_t tsDnodeNopLoop = 0;
int32_t tsTcpConnTimeout = 1000; // timeout for tcp client connection in ms.
int32_t tsSyncCheckInterval = 3000; // peer sync check interval in ms.
int32_t tsSyncCheckInterval = 1500; // peer sync check interval in ms.
// common
int32_t tsRpcTimer = 300;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册