A CACHE_DURATIONS constant was added to src/data/constants.ts but is not yet used consistently.
File: src/data/constants.ts line 35
Action required:
Audit the codebase for inline ms(...) cache duration values and replace them with the appropriate CACHE_DURATIONS entry where applicable.
Requested by @Producdevity — related to PR #375
A
CACHE_DURATIONSconstant was added tosrc/data/constants.tsbut is not yet used consistently.File:
src/data/constants.tsline 35Action required:
Audit the codebase for inline
ms(...)cache duration values and replace them with the appropriateCACHE_DURATIONSentry where applicable.Requested by @Producdevity — related to PR #375