Merge pull request 'chore: L2 HourlyTrackCache maxSize 3.5M→5M 상향' (#74) from develop into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m25s
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 3m25s
This commit is contained in:
커밋
893a54ec8e
@ -288,7 +288,7 @@ app:
|
|||||||
|
|
||||||
hourly-track:
|
hourly-track:
|
||||||
ttl-hours: 26 # TTL 26시간 (24시간 + 2시간 여유)
|
ttl-hours: 26 # TTL 26시간 (24시간 + 2시간 여유)
|
||||||
max-size: 3500000 # 1.4M→3.5M (실측 1.27M, 2.8배 여유)
|
max-size: 5000000 # 3.5M→5M (실측 3.5M 100% 도달, 추이 관찰 후 조정)
|
||||||
|
|
||||||
chnprmship:
|
chnprmship:
|
||||||
mmsi-resource-path: classpath:chnprmship-mmsi.txt
|
mmsi-resource-path: classpath:chnprmship-mmsi.txt
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user