Regenerate sample config files

Update the sample configuration files so that they are accurate
in the stable/queens branch.

Change-Id: I19a68bbd583671209cfefaf77b8f2173359bff73
This commit is contained in:
Brian Rosmaita 2018-02-21 19:43:01 -05:00
parent c2eedcef2e
commit ceb8b9a67d
2 changed files with 8 additions and 2 deletions

View File

@ -795,7 +795,10 @@
#
# Provide a non-negative integer value to set the number of child
# process workers to service requests. By default, the number of CPUs
# available is set as the value for ``workers``.
# available is set as the value for ``workers`` limited to 8. For
# example if the processor count is 6, 6 workers will be used, if the
# processor count is 24 only 8 workers will be used. The limit will only
# apply to the default value, if 24 workers is configured, 24 is used.
#
# Each worker process is made to listen on the port set in the
# configuration file and contains a greenthread pool of size 1000.

View File

@ -775,7 +775,10 @@
#
# Provide a non-negative integer value to set the number of child
# process workers to service requests. By default, the number of CPUs
# available is set as the value for ``workers``.
# available is set as the value for ``workers`` limited to 8. For
# example if the processor count is 6, 6 workers will be used, if the
# processor count is 24 only 8 workers will be used. The limit will only
# apply to the default value, if 24 workers is configured, 24 is used.
#
# Each worker process is made to listen on the port set in the
# configuration file and contains a greenthread pool of size 1000.