未验证 提交 4475541c 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #8713 from taosdata/enhance/TS-58

[TS-58]<enhance>: default compressMsgSize to 512k instead of -1
...@@ -74,7 +74,7 @@ int32_t tsMaxBinaryDisplayWidth = 30; ...@@ -74,7 +74,7 @@ int32_t tsMaxBinaryDisplayWidth = 30;
* -1: all data are not compressed * -1: all data are not compressed
* other values: if the message payload size is greater than the tsCompressMsgSize, the message will be compressed. * other values: if the message payload size is greater than the tsCompressMsgSize, the message will be compressed.
*/ */
int32_t tsCompressMsgSize = -1; int32_t tsCompressMsgSize = 512 * 1024;
// client // client
int32_t tsMaxSQLStringLen = TSDB_MAX_ALLOWED_SQL_LEN; int32_t tsMaxSQLStringLen = TSDB_MAX_ALLOWED_SQL_LEN;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册