mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-03 06:40:25 +08:00
默认启用KV缓存数据库
This commit is contained in:
@@ -17,5 +17,5 @@ const (
|
||||
AccessLogSockName = "edge-node.accesslog"
|
||||
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