Skip to content

@loontail/minecraft-kit v0.5.0 / DOWNLOAD_CONCURRENCY

Variable: DOWNLOAD_CONCURRENCY

ts
const DOWNLOAD_CONCURRENCY: 32 = 32;

Default per-host concurrency for downloads. The runner uses a worker-pool: when one file finishes, the next file in the queue starts immediately. There is no batch barrier.

Source

src/constants/defaults.ts:17

MIT License