forked from 0xWheatyz/SPARC
Backend: expose SERP_CACHE_TTL_HOURS as a configurable environment variable #280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The SERP API result cache TTL is hardcoded to 24 hours in config.py. Operators cannot tune this without modifying source code, which is a barrier for both development (shorter TTL for testing) and production tuning.
Acceptance Criteria
References
Roadmap: P2 Backend -- SERP cache TTL is hardcoded to 24 hours.