Allow changing connector limit on runtime
オープン
enhancement
- 主要言語
- Python
- スター
- 16.5k
- フォーク
- 2.4k
- 平均マージ
- 17時間 22分
- マージ済み PR(30日)
- 212
説明
### Is your feature request related to a problem?
I want to reduce my connection limit on getting rate-limited.
A web server can decide to rate-limit number of connections out of the blue.
### Describe the solution you'd like
Allow changing `Session.connector.limit`.
### Describe alternatives you've considered
- Enforcing limit manually in a subclass.
- Changing `Session.connector._limit`.
Both can be avoided if the functionality is provided directly.
### Related component
Client
### Additional context
_No response_
### Code of Conduct
- [x] I agree to follow the aio-libs Code of Conduct
コントリビューションガイド
評価
この issue はまだ評価されていません。