fix:modify agg count to default 10
This commit is contained in:
parent
bf17556c59
commit
e009e5ab8c
|
@ -268,7 +268,7 @@ bool tsDisableStream = false;
|
||||||
int64_t tsStreamBufferSize = 128 * 1024 * 1024;
|
int64_t tsStreamBufferSize = 128 * 1024 * 1024;
|
||||||
bool tsFilterScalarMode = false;
|
bool tsFilterScalarMode = false;
|
||||||
int tsResolveFQDNRetryTime = 100; // seconds
|
int tsResolveFQDNRetryTime = 100; // seconds
|
||||||
int tsStreamAggCnt = 2;
|
int tsStreamAggCnt = 10;
|
||||||
bool tsDisableCount = true;
|
bool tsDisableCount = true;
|
||||||
|
|
||||||
char tsS3Endpoint[TSDB_FQDN_LEN] = "<endpoint>";
|
char tsS3Endpoint[TSDB_FQDN_LEN] = "<endpoint>";
|
||||||
|
|
Loading…
Reference in New Issue