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