提交 90dd7746 编写于 作者: S Shengliang Guan

minor changes

上级 28dd4f7e
......@@ -20,8 +20,7 @@
#include "tbuffer.h"
#include "tversion.h"
// #define TELEMETRY_SERVER "telemetry.taosdata.com"
#define TELEMETRY_SERVER "localhost"
#define TELEMETRY_SERVER "telemetry.taosdata.com"
#define TELEMETRY_PORT 80
#define REPORT_INTERVAL 86400
......
......@@ -130,7 +130,7 @@ static int32_t mndInitTimer(SMnode *pMnode) {
return -1;
}
if (taosTmrReset(mndPullupTelem, 1000, pMnode, pMnode->timer, &pMnode->telemTimer)) {
if (taosTmrReset(mndPullupTelem, 60000, pMnode, pMnode->timer, &pMnode->telemTimer)) {
terrno = TSDB_CODE_OUT_OF_MEMORY;
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册