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
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment