Merge pull request #24063 from taosdata/fix/TS-4251-3.0
auditinterval default
This commit is contained in:
commit
bf3bfa4d66
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue