Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
224290236
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2022
224290236
Commits
088924dd
Unverified
Commit
088924dd
authored
4 years ago
by
Shengliang Guan
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/util/src/tglobalcfg.c
+1
-1
1 addition, 1 deletion
src/util/src/tglobalcfg.c
with
1 addition
and
1 deletion
src/util/src/tglobalcfg.c
+
1
−
1
View file @
088924dd
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment