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

package info (click to toggle)
python-openstacksdk 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 13,712 kB
  • sloc: python: 127,028; sh: 153; makefile: 23
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.