auditinterval default
This commit is contained in:
parent
a861e55764
commit
da46b3ced8
|
@ -97,7 +97,7 @@ bool tsMonitorComp = false;
|
||||||
// audit
|
// audit
|
||||||
bool tsEnableAudit = true;
|
bool tsEnableAudit = true;
|
||||||
bool tsEnableAuditCreateTable = true;
|
bool tsEnableAuditCreateTable = true;
|
||||||
int32_t tsAuditInterval = 500;
|
int32_t tsAuditInterval = 5000;
|
||||||
|
|
||||||
// telem
|
// telem
|
||||||
#ifdef TD_ENTERPRISE
|
#ifdef TD_ENTERPRISE
|
||||||
|
|
Loading…
Reference in New Issue