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