fix:modify agg count to default 10

This commit is contained in:
wangmm0220 2024-03-01 15:58:24 +08:00
parent bf17556c59
commit e009e5ab8c
1 changed files with 1 additions and 1 deletions

View File

@ -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] = "<endpoint>";