From 9d621501bb1a8cd755f83ac2f486ed3d13cb5162 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Fri, 13 Oct 2017 08:42:19 +0300 Subject: [PATCH] Fix workers/threads documentation The documentation doesn't reflect the actual defaults. This fixes it. Change-Id: Iec828e4bac48f6ff883e10bac062883b2438ec41 --- manifests/wsgi/apache.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index caa4141ff..4c010d1c8 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -44,7 +44,7 @@ # # [*workers*] # Number of WSGI workers to spawn. -# Optional. Defaults to 1 +# Optional. Defaults to $::os_workers # # [*priority*] # (optional) The priority for the vhost. @@ -52,7 +52,7 @@ # # [*threads*] # (optional) The number of threads for the vhost. -# Defaults to $::os_workers +# Defaults to 1 # # [*wsgi_process_display_name*] # (optional) Name of the WSGI process display-name.