File: wsgi-use-workers-b096fb4e67ad72d2.yaml

package info (click to toggle)
puppet-module-placement 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: ruby: 1,516; python: 38; makefile: 10; sh: 10
file content (5 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (6)
1
2
3
4
5
---
fixes:
  - |
    In wsgi configuration, now workers is used to define concurrency by default
    instead of threads, to be consistent with the other puppet modules.