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

This commit is contained in:
刘祥超
2024-04-30 19:08:51 +08:00
parent 4e4acc327d
commit 97c6776809
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; // 最大并发写
}