mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
6dc6c60ec6
Replace sequential batch downloads with a concurrent pool pattern using 50 simultaneous workers. This dramatically speeds up the caching of ~48,000 pages for offline use. - Each worker pulls URLs from a shared queue - Progress notifications sent every 100 pages - Workers run in parallel using Promise.all() 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>