update default para
This commit is contained in:
parent
fcb2660468
commit
e7dac3c517
|
@ -127,7 +127,7 @@ bool tsEnableTelem = false;
|
||||||
#else
|
#else
|
||||||
bool tsEnableTelem = true;
|
bool tsEnableTelem = true;
|
||||||
#endif
|
#endif
|
||||||
int32_t tsTelemInterval = 60;
|
int32_t tsTelemInterval = 86400;
|
||||||
char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.tdengine.com";
|
char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.tdengine.com";
|
||||||
uint16_t tsTelemPort = 80;
|
uint16_t tsTelemPort = 80;
|
||||||
char *tsTelemUri = "/report";
|
char *tsTelemUri = "/report";
|
||||||
|
|
Loading…
Reference in New Issue