update default para

This commit is contained in:
yihaoDeng 2024-12-16 19:46:21 +08:00
parent fcb2660468
commit e7dac3c517
1 changed files with 1 additions and 1 deletions

View File

@ -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";