mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-01 10:10:24 +08:00
实现CPU线程数和修改节点的启用状态
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user