disable rpc compress

This commit is contained in:
dapan1121 2021-04-27 15:17:57 +08:00
parent 3426128c2c
commit 1cd857c669
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int32_t tsMaxBinaryDisplayWidth = 30;
* -1: all data are not compressed
* other values: if the message payload size is greater than the tsCompressMsgSize, the message will be compressed.
*/
int32_t tsCompressMsgSize = 16 * 1048576;
int32_t tsCompressMsgSize = -1;
// client
int32_t tsMaxSQLStringLen = TSDB_MAX_ALLOWED_SQL_LEN;