mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-07 02:20:25 +08:00
默认启用KV缓存数据库
This commit is contained in:
@@ -17,5 +17,5 @@ const (
|
|||||||
AccessLogSockName = "edge-node.accesslog"
|
AccessLogSockName = "edge-node.accesslog"
|
||||||
CacheGarbageSockName = "edge-node.cache.garbage"
|
CacheGarbageSockName = "edge-node.cache.garbage"
|
||||||
|
|
||||||
EnableKVCacheStore = false // determine store cache keys in KVStore or sqlite
|
EnableKVCacheStore = true // determine store cache keys in KVStore or sqlite
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user