Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[FrameworkBundle][Translation] Set Loco HTTP client max host connections to 10#64068

Merged
nicolas-grekas merged 1 commit intosymfony:8.1symfony/symfony:8.1from
MatTheCat:loco_max_host_connectionsMatTheCat/symfony:loco_max_host_connectionsCopy head branch name to clipboard
May 5, 2026
Merged

[FrameworkBundle][Translation] Set Loco HTTP client max host connections to 10#64068
nicolas-grekas merged 1 commit intosymfony:8.1symfony/symfony:8.1from
MatTheCat:loco_max_host_connectionsMatTheCat/symfony:loco_max_host_connectionsCopy head branch name to clipboard

Conversation

@MatTheCat
Copy link
Copy Markdown
Contributor

Q A
Branch? 8.1
Bug fix? no
New feature? no
Deprecations? no
Issues Fix part of #62289
License MIT

From the maker of Loco:

The Loco API […] does restrict parallel HTTP requests to a buffer of 10 pending requests per API key.

@carsonbot carsonbot added this to the 8.1 milestone Apr 29, 2026
@MatTheCat MatTheCat force-pushed the loco_max_host_connections branch 2 times, most recently from f3eb117 to e1f5b2f Compare May 2, 2026 16:27
->factory([HttpClient::class, 'create'])
->args([
[], // default options
10, // max host connections
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's increasing the default from 6 to 10, which is perfect since the limit is documented.

@MatTheCat MatTheCat force-pushed the loco_max_host_connections branch 2 times, most recently from 8458d21 to 1fc40d8 Compare May 4, 2026 16:31
@MatTheCat MatTheCat force-pushed the loco_max_host_connections branch 2 times, most recently from 4aab7bf to a97bab2 Compare May 5, 2026 07:15
@MatTheCat MatTheCat requested a review from welcoMattic as a code owner May 5, 2026 07:35
@MatTheCat MatTheCat force-pushed the loco_max_host_connections branch 3 times, most recently from 5be7248 to fa066fd Compare May 5, 2026 11:32
@nicolas-grekas nicolas-grekas force-pushed the loco_max_host_connections branch from fa066fd to a34fb76 Compare May 5, 2026 12:02
@nicolas-grekas
Copy link
Copy Markdown
Member

Thank you @MatTheCat.

@nicolas-grekas nicolas-grekas merged commit ad31360 into symfony:8.1 May 5, 2026
6 of 12 checks passed
@MatTheCat MatTheCat deleted the loco_max_host_connections branch May 5, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.