节点可以单独设置缓存目录

This commit is contained in:
刘祥超
2022-03-16 15:24:56 +08:00
parent 6bf49e4532
commit 470314c32e
7 changed files with 308 additions and 249 deletions

View File

@@ -31,6 +31,7 @@ message Node {
bool isActive = 16;
SizeCapacity maxCacheDiskCapacity = 17;
SizeCapacity maxCacheMemoryCapacity = 18;
string cacheDiskDir = 19;
NodeCluster nodeCluster = 32; // 主集群
NodeLogin nodeLogin = 33;