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

This commit is contained in:
刘祥超
2021-12-09 18:49:44 +08:00
parent 252b8af422
commit 31a04b32b1
6 changed files with 640 additions and 576 deletions

View File

@@ -17,4 +17,6 @@ message NodeCluster {
int64 httpFirewallPolicyId = 11;
bool isOn = 12;
string timeZone = 13;
int32 nodeMaxThreads = 14;
int32 nodeTCPMaxConnections = 15;
}