增加置顶集群功能

This commit is contained in:
GoEdgeLab
2022-03-17 11:13:04 +08:00
parent a84bebcbfb
commit 322da7cca7
4 changed files with 433 additions and 292 deletions

View File

@@ -20,4 +20,5 @@ message NodeCluster {
int32 nodeMaxThreads = 14;
int32 nodeTCPMaxConnections = 15;
bool autoOpenPorts = 16;
bool isPinned = 17;
}