Description: Fix API default number of threads
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2023-04-12

--- puppet-module-designate-20.3.0.orig/manifests/wsgi/uwsgi.pp
+++ puppet-module-designate-20.3.0/manifests/wsgi/uwsgi.pp
@@ -23,7 +23,7 @@
 #
 class designate::wsgi::uwsgi (
   $processes         = $facts['os_workers'],
-  $threads           = 32,
+  $threads           = 1,
   $listen_queue_size = 100,
 ){
 
