fix:change tsStreamAggCn=2 for test

This commit is contained in:
wangmm0220 2023-12-19 16:45:40 +08:00
parent 78c8ebae7f
commit 9c2ab769ea
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ bool tsDisableStream = false;
int64_t tsStreamBufferSize = 128 * 1024 * 1024;
bool tsFilterScalarMode = false;
int tsResolveFQDNRetryTime = 100; // seconds
int tsStreamAggCnt = 10;
int tsStreamAggCnt = 2;
char tsS3Endpoint[TSDB_FQDN_LEN] = "<endpoint>";
char tsS3AccessKey[TSDB_FQDN_LEN] = "<accesskey>";