mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 08:57:16 +08:00
chore: 优化 JetCache 不同环境配置
This commit is contained in:
@@ -78,6 +78,8 @@ spring.data:
|
||||
mode: SINGLE
|
||||
## JetCache 配置
|
||||
jetcache:
|
||||
# 统计间隔(默认 0,表示不统计)
|
||||
statIntervalMinutes: 15
|
||||
## 本地/进程级/一级缓存配置
|
||||
local:
|
||||
default:
|
||||
|
@@ -80,6 +80,8 @@ spring.data:
|
||||
mode: SINGLE
|
||||
## JetCache 配置
|
||||
jetcache:
|
||||
# 统计间隔(默认 0,表示不统计)
|
||||
statIntervalMinutes: 0
|
||||
## 本地/进程级/一级缓存配置
|
||||
local:
|
||||
default:
|
||||
|
Reference in New Issue
Block a user