增加置顶集群功能

This commit is contained in:
刘祥超
2022-03-17 11:13:04 +08:00
parent 87a3df3645
commit 024f30ec36
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;
}