mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-02-10 08:05:38 +08:00
集群增加自动同步时钟选项
This commit is contained in:
@@ -20,4 +20,5 @@ message NodeCluster {
|
||||
int32 nodeMaxThreads = 14;
|
||||
bool autoOpenPorts = 16;
|
||||
bool isPinned = 17;
|
||||
bytes clockJSON = 18;
|
||||
}
|
||||
@@ -170,8 +170,8 @@ message UpdateNodeClusterRequest {
|
||||
string installDir = 4;
|
||||
string timeZone = 5;
|
||||
int32 nodeMaxThreads = 6;
|
||||
|
||||
bool autoOpenPorts = 8;
|
||||
bytes clockJSON = 9;
|
||||
}
|
||||
|
||||
// 删除集群
|
||||
|
||||
Reference in New Issue
Block a user