mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 10:59:57 +08:00
桩信息缓存1天
This commit is contained in:
@@ -115,7 +115,7 @@ cache:
|
|||||||
type: "${CACHE_TYPE:caffeine}" # caffeine or redis
|
type: "${CACHE_TYPE:caffeine}" # caffeine or redis
|
||||||
specs:
|
specs:
|
||||||
piles:
|
piles:
|
||||||
timeToLiveInMinutes: "${CACHE_SPECS_PILES_TTL:15}"
|
timeToLiveInMinutes: "${CACHE_SPECS_PILES_TTL:1440}"
|
||||||
maxSize: "${CACHE_SPECS_PILES_MAX_SIZE:1000}"
|
maxSize: "${CACHE_SPECS_PILES_MAX_SIZE:1000}"
|
||||||
pileSessions:
|
pileSessions:
|
||||||
timeToLiveInMinutes: "${CACHE_SPECS_PILE_SESSIONS_TTL:1440}"
|
timeToLiveInMinutes: "${CACHE_SPECS_PILE_SESSIONS_TTL:1440}"
|
||||||
|
|||||||
Reference in New Issue
Block a user