diff --git a/internal/const/const.go b/internal/const/const.go index 361eb04..c444696 100644 --- a/internal/const/const.go +++ b/internal/const/const.go @@ -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 )