Skip to content

Commit 0a2ebed

Browse files
committed
Added pool suggestion
1 parent eaf8dcd commit 0a2ebed

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"suggest": {
2323
"api-clients/middleware-cache": "Cache requests with different strategies",
2424
"api-clients/middleware-log": "Log requests and their context",
25-
"api-clients/middleware-oauth1": "Sign requests with oauth1"
25+
"api-clients/middleware-oauth1": "Sign requests with oauth1",
26+
"api-clients/middleware-pool": "Pool the maximum concurrent requests"
2627
},
2728
"autoload": {
2829
"psr-4": {

composer.lock

Lines changed: 45 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)