Skip to content

Commit

Permalink
fix(http): typo in logs (#17634)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Sep 5, 2022
1 parent ebc2a6e commit 01c111c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/http/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 01c111c

Please sign in to comment.