实现CPU线程数和修改节点的启用状态

This commit is contained in:
刘祥超
2020-10-10 12:31:40 +08:00
parent 22a7e9c2dc
commit 956ad64f5c
5 changed files with 202 additions and 159 deletions

View File

@@ -19,6 +19,8 @@ message Node {
int64 version = 9;
int64 latestVersion = 10;
repeated int64 connectedAPINodeIds = 11;
int32 maxCPU = 12;
bool isOn = 13;
NodeCluster cluster = 32;
NodeLogin login = 33;