From da46b3ced8c84e86b4585106107f33933f9cea9e Mon Sep 17 00:00:00 2001 From: dmchen Date: Wed, 13 Dec 2023 10:11:15 +0000 Subject: [PATCH] auditinterval default --- source/common/src/tglobal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index d65dc0462a..ef3150e90f 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -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