mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Increase download concurrency to 200 workers
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -169,7 +169,7 @@ async function startBackgroundCaching() {
|
||||
});
|
||||
|
||||
// Concurrent pool - keep N requests in flight at all times
|
||||
const CONCURRENCY = 100; // Number of concurrent requests
|
||||
const CONCURRENCY = 200; // Number of concurrent requests
|
||||
const PROGRESS_INTERVAL = 250; // Notify every N completions
|
||||
|
||||
let nextIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user