mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-09 08:40:25 +08:00
支持设置单节点最大线程数、单节点TCP最大连接数
This commit is contained in:
@@ -17,4 +17,6 @@ message NodeCluster {
|
||||
int64 httpFirewallPolicyId = 11;
|
||||
bool isOn = 12;
|
||||
string timeZone = 13;
|
||||
int32 nodeMaxThreads = 14;
|
||||
int32 nodeTCPMaxConnections = 15;
|
||||
}
|
||||
Reference in New Issue
Block a user