From 36b776fcf70133ab53e38bf83dfc9a51359e28dd Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 15 Jan 2024 22:59:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(cache/jetcache):=20=E4=BC=98=E5=8C=96=20J?= =?UTF-8?q?etCache=20=E9=BB=98=E8=AE=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/default-cache-jetcache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continew-starter-cache/continew-starter-cache-jetcache/src/main/resources/default-cache-jetcache.yml b/continew-starter-cache/continew-starter-cache-jetcache/src/main/resources/default-cache-jetcache.yml index d4615fc9..952a5048 100644 --- a/continew-starter-cache/continew-starter-cache-jetcache/src/main/resources/default-cache-jetcache.yml +++ b/continew-starter-cache/continew-starter-cache-jetcache/src/main/resources/default-cache-jetcache.yml @@ -1,7 +1,7 @@ --- ### JetCache 配置(https://github.com/alibaba/jetcache/blob/master/docs/CN/Config.md) jetcache: # 统计间隔(默认 0,表示不统计) - statIntervalMinutes: 15 + statIntervalMinutes: 0 # jetcache-anno 把 cacheName 作为远程缓存key前缀, # 2.4.3 以前的版本总是把 areaName 加在 cacheName 中,因此 areaName 也出现在 key 前缀中, # 2.4.4 以后可以配置,为了保持远程 key 兼容默认值为 true,但是新项目的话 false 更合理些,2.7 默认值已改为 false。