Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
01c111c4
An error occurred while fetching merge requests data.
Unverified
Commit
01c111c4
authored
Sep 5, 2022
by
Róbert Papp
Committed by
GitHub
Sep 5, 2022
Browse files
Options
Downloads
Patches
Plain Diff
fix(http): typo in logs (#17634)
parent
ebc2a6ea
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/util/http/queue.ts
+1
-1
1 addition, 1 deletion
lib/util/http/queue.ts
with
1 addition
and
1 deletion
lib/util/http/queue.ts
+
1
−
1
View file @
01c111c4
...
@@ -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 concur
r
ency limits
'
);
}
}
}
}
hostQueues
.
set
(
host
,
queue
);
hostQueues
.
set
(
host
,
queue
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment