Merge pull request 'chore: L2 HourlyTrackCache maxSize 3.5M→7M 상향' (#76) from develop into main
All checks were successful
Build & Deploy / build-and-deploy (push) Successful in 4m33s

This commit is contained in:
htlee 2026-02-21 00:36:48 +09:00
커밋 e16aa2d645

파일 보기

@ -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: 5000000 # 3.5M→5M (실측 3.5M 100% 도달, 추이 관찰 후 조정) max-size: 7000000 # 3.5M→7M (실측 3.5M 100% 도달, 2배 여유 후 추이 관찰)
chnprmship: chnprmship:
mmsi-resource-path: classpath:chnprmship-mmsi.txt mmsi-resource-path: classpath:chnprmship-mmsi.txt