From 3d3f8ced235038349442fca74032756659aafe89 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Wed, 28 Feb 2024 10:24:50 +0800 Subject: [PATCH] fix:open mult agg logic for test --- 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 ee85a909e7..8b19c01010 100644 --- a/source/common/src/tglobal.c +++ b/source/common/src/tglobal.c @@ -265,7 +265,7 @@ bool tsDisableStream = false; int64_t tsStreamBufferSize = 128 * 1024 * 1024; bool tsFilterScalarMode = false; int tsResolveFQDNRetryTime = 100; // seconds -int tsStreamAggCnt = 1000; +int tsStreamAggCnt = 2; char tsS3Endpoint[TSDB_FQDN_LEN] = ""; char tsS3AccessKey[TSDB_FQDN_LEN] = "";