Skip to content
Snippets Groups Projects
Unverified Commit 01c111c4 authored by Róbert Papp's avatar Róbert Papp Committed by GitHub
Browse files

fix(http): typo in logs (#17634)

parent ebc2a6ea
Branches
Tags
Loading
...@@ -21,7 +21,7 @@ export function getQueue(url: string): PQueue | null { ...@@ -21,7 +21,7 @@ export function getQueue(url: string): PQueue | null {
logger.debug({ concurrency, host }, 'Using queue'); logger.debug({ concurrency, host }, 'Using queue');
queue = new PQueue({ concurrency }); queue = new PQueue({ concurrency });
} else { } else {
logger.debug({ host }, 'No concurency limits'); logger.debug({ host }, 'No concurrency limits');
} }
} }
hostQueues.set(host, queue); hostQueues.set(host, queue);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment