支持设置单节点最大线程数、单节点TCP最大连接数

This commit is contained in:
GoEdgeLab
2021-12-09 18:49:44 +08:00
parent b5acd6d971
commit 1b51766935
6 changed files with 640 additions and 576 deletions

View File

@@ -146,6 +146,8 @@ message UpdateNodeClusterRequest {
int64 nodeGrantId = 3;
string installDir = 4;
string timeZone = 5;
int32 nodeMaxThreads = 6;
int32 nodeTCPMaxConnections = 7;
}
// 删除集群