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

This commit is contained in:
GoEdgeLab
2022-11-15 20:35:39 +08:00
parent 5775fa17d9
commit 4dd013dfeb
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;