mirror of
https://github.com/juherr/kill-the-news.git
synced 2026-08-05 09:04:16 +00:00
Centralises magic numbers and string literals into src/config/constants.ts (FEED_MAX_BYTES, MAX_FEED_ITEMS, MAX_METADATA_EMAILS, ADMIN_COOKIE_MAX_AGE, FORWARD_EMAIL_IPS_CACHE_TTL_MS, DEFAULT_LEASE_SECONDS, MAX_LEASE_SECONDS, FEEDS_LIST_KEY). Consumers updated in storage.ts and feed-fetcher.ts. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>