From 07080b13ee9401306f4ef83fe98721c788f436e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 25 Mar 2024 11:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=90=AF=E7=94=A8KV=E7=BC=93?= =?UTF-8?q?=E5=AD=98=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/const/const.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )