File: replace-eventlet-with-futurist-60f1fe6474a5efcf.yaml

package info (click to toggle)
cloudkitty 13.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,888 kB
  • sloc: python: 16,997; sh: 372; makefile: 218; pascal: 54
file content (10 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
---
deprecations:
  - |
    Since ``eventlet`` has been replaced with ``futurist``, the
    ``[orchestrator]/max_greenthreads`` option has been deprecated and
    replaced with ``[orchestrator]/max_threads``.

other:
  - |
    The ``eventlet`` library has been replaced with ``futurist``.