minor changes

This commit is contained in:
Shengliang Guan 2022-03-07 16:09:52 +08:00
parent 52c1df5f78
commit 71d39225ba
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ bool tsPrintAuth = 0;
// monitor
bool tsEnableMonitor = 1;
int32_t tsMonitorInterval = 5;
int32_t tsMonitorInterval = 30;
char tsMonitorFqdn[TSDB_FQDN_LEN] = {0};
uint16_t tsMonitorPort = 6043;
int32_t tsMonitorMaxLogs = 100;