auditinterval default

This commit is contained in:
dmchen 2023-12-13 10:11:15 +00:00 committed by dm chen
parent 04366f2e68
commit 6b9ba26f37
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