auditinterval default

This commit is contained in:
dmchen 2023-12-13 10:11:15 +00:00
parent a861e55764
commit da46b3ced8
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ bool tsMonitorComp = false;
// audit
bool tsEnableAudit = true;
bool tsEnableAuditCreateTable = true;
int32_t tsAuditInterval = 500;
int32_t tsAuditInterval = 5000;
// telem
#ifdef TD_ENTERPRISE