File: wsgi-use-workers-da063cd58b41676b.yaml

package info (click to toggle)
puppet-module-cloudkitty 14.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,056 kB
  • sloc: ruby: 2,270; python: 38; sh: 10; makefile: 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.