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:
parent
c2eedcef2e
commit
ceb8b9a67d
@ -795,7 +795,10 @@
|
|||||||
#
|
#
|
||||||
# Provide a non-negative integer value to set the number of child
|
# Provide a non-negative integer value to set the number of child
|
||||||
# process workers to service requests. By default, the number of CPUs
|
# 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
|
# Each worker process is made to listen on the port set in the
|
||||||
# configuration file and contains a greenthread pool of size 1000.
|
# configuration file and contains a greenthread pool of size 1000.
|
||||||
|
@ -775,7 +775,10 @@
|
|||||||
#
|
#
|
||||||
# Provide a non-negative integer value to set the number of child
|
# Provide a non-negative integer value to set the number of child
|
||||||
# process workers to service requests. By default, the number of CPUs
|
# 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
|
# Each worker process is made to listen on the port set in the
|
||||||
# configuration file and contains a greenthread pool of size 1000.
|
# configuration file and contains a greenthread pool of size 1000.
|
||||||
|
Loading…
Reference in New Issue
Block a user