Fix workers/threads documentation
The documentation doesn't reflect the actual defaults. This fixes it. Change-Id: Iec828e4bac48f6ff883e10bac062883b2438ec41
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
#
|
#
|
||||||
# [*workers*]
|
# [*workers*]
|
||||||
# Number of WSGI workers to spawn.
|
# Number of WSGI workers to spawn.
|
||||||
# Optional. Defaults to 1
|
# Optional. Defaults to $::os_workers
|
||||||
#
|
#
|
||||||
# [*priority*]
|
# [*priority*]
|
||||||
# (optional) The priority for the vhost.
|
# (optional) The priority for the vhost.
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
#
|
#
|
||||||
# [*threads*]
|
# [*threads*]
|
||||||
# (optional) The number of threads for the vhost.
|
# (optional) The number of threads for the vhost.
|
||||||
# Defaults to $::os_workers
|
# Defaults to 1
|
||||||
#
|
#
|
||||||
# [*wsgi_process_display_name*]
|
# [*wsgi_process_display_name*]
|
||||||
# (optional) Name of the WSGI process display-name.
|
# (optional) Name of the WSGI process display-name.
|
||||||
|
Reference in New Issue
Block a user