Commit ad31360
committed
minor #64068 [FrameworkBundle][Translation] Set Loco HTTP client max host connections to 10 (MatTheCat)
This PR was squashed before being merged into the 8.1 branch.
Discussion
----------
[FrameworkBundle][Translation] Set Loco HTTP client max host connections to 10
| 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.
Commits
-------
a34fb76 [FrameworkBundle][Translation] Set Loco HTTP client max host connections to 103 files changed
+27-10Lines changed: 27 additions & 10 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- Component/Translation/Bridge/Loco
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+9-7Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1673 | 1673 | |
1674 | 1674 | |
1675 | 1675 | |
1676 | | - |
1677 | | - |
1678 | | - |
1679 | | - |
| 1676 | + |
| 1677 | + |
| 1678 | + |
| 1679 | + |
1680 | 1680 | |
1681 | 1681 | |
1682 | 1682 | |
1683 | 1683 | |
1684 | | - |
1685 | | - |
| 1684 | + |
| 1685 | + |
| 1686 | + |
| 1687 | + |
1686 | 1688 | |
1687 | | - |
| 1689 | + |
1688 | 1690 | |
1689 | 1691 | |
1690 | 1692 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_providers.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_providers.php+13-1Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | 21 | |
| 22 | + |
21 | 23 | |
22 | 24 | |
23 | 25 | |
| ||
46 | 48 | |
47 | 49 | |
48 | 50 | |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
49 | 61 | |
50 | 62 | |
51 | | - |
| 63 | + |
52 | 64 | |
53 | 65 | |
54 | 66 | |
|
Collapse file
src/Symfony/Component/Translation/Bridge/Loco/LocoProviderFactory.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Bridge/Loco/LocoProviderFactory.php+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
| 16 | + |
| 17 | + |
15 | 18 | |
16 | 19 | |
17 | 20 | |
| ||
45 | 48 | |
46 | 49 | |
47 | 50 | |
48 | | - |
49 | | - |
| 51 | + |
| 52 | + |
50 | 53 | |
51 | 54 | |
52 | 55 | |
|
0 commit comments