Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
docker-iot-v3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deploy
docker-iot-v3
Commits
92bfefa7
Commit
92bfefa7
authored
Jun 07, 2024
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add fix
parent
e009e1fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
settings.json
.vscode/settings.json
+22
-0
tb-node.env
tb-node.env
+15
-0
No files found.
.vscode/settings.json
0 → 100644
View file @
92bfefa7
{
"workbench.colorCustomizations"
:
{
"activityBar.activeBackground"
:
"#3399ff"
,
"activityBar.background"
:
"#3399ff"
,
"activityBar.foreground"
:
"#15202b"
,
"activityBar.inactiveForeground"
:
"#15202b99"
,
"activityBarBadge.background"
:
"#bf0060"
,
"activityBarBadge.foreground"
:
"#e7e7e7"
,
"commandCenter.border"
:
"#e7e7e799"
,
"sash.hoverBorder"
:
"#3399ff"
,
"statusBar.background"
:
"#007fff"
,
"statusBar.foreground"
:
"#e7e7e7"
,
"statusBarItem.hoverBackground"
:
"#3399ff"
,
"statusBarItem.remoteBackground"
:
"#007fff"
,
"statusBarItem.remoteForeground"
:
"#e7e7e7"
,
"titleBar.activeBackground"
:
"#007fff"
,
"titleBar.activeForeground"
:
"#e7e7e7"
,
"titleBar.inactiveBackground"
:
"#007fff99"
,
"titleBar.inactiveForeground"
:
"#e7e7e799"
},
"peacock.color"
:
"#007fff"
}
\ No newline at end of file
tb-node.env
View file @
92bfefa7
...
...
@@ -9,5 +9,20 @@ HTTP_LOG_CONTROLLER_ERROR_STACK_TRACE=false
TB_QUEUE_PARTITIONS_VIRTUAL_NODES_SIZE=64
DEFAULT_INACTIVITY_TIMEOUT=300
JS_MAX_TOTAL_ARGS_SIZE=1000000000
JS_MAX_RESULT_SIZE=3000000000
JS_MAX_SCRIPT_BODY_SIZE=500000000
TBEL_MAX_TOTAL_ARGS_SIZE=1000000000
TBEL_MAX_RESULT_SIZE=3000000000
TBEL_MAX_SCRIPT_BODY_SIZE=500000000
TBEL_MAX_REQUEST_TIMEOUT=5000
CLIENT_SIDE_RPC_TIMEOUT=300000
TB_QUEUE_TRANSPORT_MAX_REQUEST_TIMEOUT=60000
HTTP_REQUEST_TIMEOUT=300000
TB_QUEUE_RULE_ENGINE_PACK_PROCESSING_TIMEOUT_MS=10000
DEFAULT_SERVER_SIDE_RPC_TIMEOUT=120000
MIN_SERVER_SIDE_RPC_TIMEOUT=60000
METRICS_ENABLED=true
METRICS_ENDPOINTS_EXPOSE=prometheus
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment