默认启用KV缓存数据库

This commit is contained in:
GoEdgeLab
2024-03-25 11:40:19 +08:00
parent 3ec32e7dcb
commit 25d0eb0c29

View File

@@ -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
)