Merge pull request #24050 from taosdata/fix/TS-4251-main

auditinterval default
This commit is contained in:
wade zhang 2023-12-14 19:26:13 +08:00 committed by GitHub
commit c5c6414a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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