Files
kjvstudy.org/kjvstudy_org/static
kennethreitz 6dc6c60ec6 Use concurrent worker pool for faster offline caching
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>
2025-11-30 01:50:14 -05:00
..
2025-11-11 12:24:34 -05:00
2025-05-30 20:24:06 -04:00
2025-05-30 20:24:06 -04:00
2025-06-01 12:43:37 -04:00