diff --git a/lib/util/http/queue.ts b/lib/util/http/queue.ts index 71b387a93be0d819e27b0d195ce4874ab25a5ce2..a645f905f193ffbd44a2daee83d7953c830e031a 100644 --- a/lib/util/http/queue.ts +++ b/lib/util/http/queue.ts @@ -21,7 +21,7 @@ export function getQueue(url: string): PQueue | null { logger.debug({ concurrency, host }, 'Using queue'); queue = new PQueue({ concurrency }); } else { - logger.debug({ host }, 'No concurency limits'); + logger.debug({ host }, 'No concurrency limits'); } } hostQueues.set(host, queue);