mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-14 21:40:28 +08:00
支持设置单节点最大线程数、单节点TCP最大连接数
This commit is contained in:
@@ -146,6 +146,8 @@ message UpdateNodeClusterRequest {
|
||||
int64 nodeGrantId = 3;
|
||||
string installDir = 4;
|
||||
string timeZone = 5;
|
||||
int32 nodeMaxThreads = 6;
|
||||
int32 nodeTCPMaxConnections = 7;
|
||||
}
|
||||
|
||||
// 删除集群
|
||||
|
||||
Reference in New Issue
Block a user