diff --git a/source/common/src/tglobal.c b/source/common/src/tglobal.c index 18331e6fe4..bd6ea8d7fb 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -268,7 +268,7 @@ bool tsDisableStream = false; int64_t tsStreamBufferSize = 128 * 1024 * 1024; bool tsFilterScalarMode = false; int tsResolveFQDNRetryTime = 100; // seconds -int tsStreamAggCnt = 2; +int tsStreamAggCnt = 10; bool tsDisableCount = true; char tsS3Endpoint[TSDB_FQDN_LEN] = "";