mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-08 07:50:27 +08:00
节点配置支持压缩传输
This commit is contained in:
@@ -14,6 +14,8 @@ message NodeTask {
|
||||
bool isOk = 4;
|
||||
string error = 5;
|
||||
int64 updatedAt = 6;
|
||||
int64 version = 7;
|
||||
bool isPrimary = 8; // 是否为主节点,非主节点稍等再同步有利于提升同步速度
|
||||
|
||||
Node node = 30;
|
||||
NodeCluster nodeCluster = 31;
|
||||
|
||||
Reference in New Issue
Block a user