Changed LogMemoryStore from active refresh (setInterval) to passive refresh on-access (60 min TTL)

This commit is contained in:
Warunee Tamkoo 2026-01-29 00:30:34 +07:00
parent 7955c855bc
commit 656c2e7341
3 changed files with 32 additions and 22 deletions

View file

@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file.
- Extended OrgStructureCache TTL from 10 to 30 minutes (reduce cleanup frequency)
- Added OrgStructureCache.destroy() in graceful shutdown handler
- Changed LogMemoryStore from active refresh (setInterval) to passive refresh on-access (60 min TTL)
### ⚙️ Miscellaneous Tasks