File: make-gnocchi-http-max-connections-pool-configurable-52c9f6617466ea30.yaml

package info (click to toggle)
cloudkitty 17.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,144 kB
  • sloc: python: 19,245; sh: 374; makefile: 220; pascal: 54
file content (8 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
features:
  - |
    Adds a new configuration ``http_pool_maxsize`` that defines the maximum
    size of Gnocchi's fetcher and collector HTTP connection pools.

    The default value of this new configuration is defined by the ``requests``
    library in the ``requests.adapters.DEFAULT_POOLSIZE`` global variable.