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