File: expose-client-side-rate-limit-ddb82df7cb92091c.yaml

package info (click to toggle)
python-openstacksdk 0.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,888 kB
  • sloc: python: 90,744; sh: 173; makefile: 21
file content (8 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
features:
  - |
    Client-side rate limiting is now directly exposed via ``rate_limit``
    and ``concurrency`` parameters. A single value can be given that applies
    to all services, or a dict of service-type and value if different
    client-side rate or concurrency limits should be used for different
    services.