可以在集群设置中修改节点最大并发读/写数

This commit is contained in:
GoEdgeLab
2024-04-30 19:08:51 +08:00
parent 8c6408d90e
commit 35d782a539
6 changed files with 963 additions and 889 deletions

View File

@@ -27,4 +27,6 @@ message NodeCluster {
bytes sshParamsJSON = 21;
bool autoSystemTuning = 23; // 是否自动调节系统参数
bool autoTrimDisks = 24; // 是否自动TRIM硬盘
int32 maxConcurrentReads = 25; // 最大并发读
int32 maxConcurrentWrites = 26; // 最大并发写
}