mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
7d3cbb7f91
The /space-weather/data endpoint made 13 sequential HTTP requests, each with a 15s timeout, causing 30-195s load times on cold cache. Now uses ThreadPoolExecutor to fetch all sources concurrently, reducing worst-case latency to ~15s (single slowest request). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>