mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-14 21:40:28 +08:00
边缘节点支持设置多个缓存目录
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user