边缘节点支持设置多个缓存目录

This commit is contained in:
刘祥超
2022-11-15 20:35:39 +08:00
parent 4d5fd28f97
commit ea58e6094c
8 changed files with 4211 additions and 4155 deletions

View File

@@ -32,6 +32,7 @@ message Node {
SizeCapacity maxCacheDiskCapacity = 17;
SizeCapacity maxCacheMemoryCapacity = 18;
string cacheDiskDir = 19;
bytes cacheDiskSubDirsJSON = 23;
int32 level = 20;
repeated string lnAddrs = 21; // Ln访问地址
bool enableIPLists = 22;