Commit 92bfefa7 authored by 吴文龙's avatar 吴文龙

add fix

parent e009e1fc
{
"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
......@@ -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
Markdown is supported
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