Skip to content
Snippets Groups Projects
Unverified Commit 088924dd authored by Shengliang Guan's avatar Shengliang Guan Committed by GitHub
Browse files

Merge pull request #4042 from taosdata/hotfix/16_query_crash

[td-225]
parents a74b6144 a620719c
Branches 1.6
No related tags found
No related merge requests found
......@@ -713,7 +713,7 @@ static void doInitGlobalConfig() {
0, 0, tListLen(tsCharset), TSDB_CFG_UTYPE_NONE);
tsInitConfigOption(cfg++, "tcptransferThreshold", &tsTCPTransferThreshold, TSDB_CFG_VTYPE_INT,
TSDB_CFG_CTYPE_B_CONFIG | TSDB_CFG_CTYPE_B_SHOW,
TSDB_CFG_CTYPE_B_CONFIG | TSDB_CFG_CTYPE_B_SHOW | TSDB_CFG_CTYPE_B_CLIENT,
500, 65480, 0, TSDB_CFG_UTYPE_BYTE);
// connect configs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment