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

This commit is contained in:
GoEdgeLab
2020-10-10 12:31:40 +08:00
parent c8631cd72b
commit 8d3c6b0bfe
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;